Query Payment

1.4 Query Payment

Retrieves details of a specific payment.

Request

Method

URL

GET

/payment/v1/card-payments/{id}

Response

Status

Response

200

{

"data": {

"price": 333.0,

"payment_channel": "PAY_WITH_3D",

"items": [],

"card_user_key": null,

"masterpass_gsm_number": null,

"recurring": null,

"paid_price": 333.0,

"callback_url": "https://sandbox.magicpay.ai/success",

"additional_params": null,

"enable_installments": null,

"masterpass_user_id": null,

"createdDate": "2023-12-15T10:38:51.862163",

"wallet_price": 0,

"bank_order_id": "1086",

"fraud_params": null,

"allow_only_credit_card": false,

"apm_user_identity": null,

"deletedDate": null,

"installment": 1,

"client_ip": "2241219f1ff21ea2",

"is_three_ds": true,

"allow_only_stored_cards": false,

"enabled_payment_methods": null,

"updatedDate": "2023-12-18 11:24:17.004334+00",

"buyer_member_id": 16,

"card": {

"cardType": null,

"cardAssociation": "",

"cardBrand": "",

"cardHolderName": "Test karti",

"bankCardHolderName": "",

"cardIssuerBankName": ""

},

"payment_source": "PAY_WITH_3D",

"always_store_card_after_payment": false,

"to_wallet": true,

"conversation_id": null,

"currency": "TRY",

"pos_alias": "sipay",

"payment_status": "WAITING",

"allow_installment_only_commercial_cards": false,

"refundable_price": 333.0,

"id": 1086,

"payment_group": "",

"retry": false,

"merchant_id": 1,

"force_auth_only_non_credit_cards": false,

"refund_status": "NOT_REFUNDED",

"external_id": null,

"payment_phase": "AUTH",

"force_3ds": null,

"ttl": null,

"mobile_link": false

}

}

403

400

400

401

401

500

Last updated