3D Secure Payment Completion

1.3 3D Secure Payment Completion

Completes a 3d secure card payment transaction.

Request

Method

URL

POST

/payment/v1/card-payments/3ds-complete

Request Data

 {
  "paymentId": 123
 }

Response

Status

Response

200

{

"data": {

"createdDate": "2024-01-17T12:34:56",

"price": 50.0,

"paidPrice": 50.0,

"walletPrice": 0.0,

"currency": "USD",

"buyerMemberId": "buyer123",

"installment": 1,

"conversationId": "123456",

"externalId": "ext123",

"paymentType": "CARD_PAYMENT",

"paymentGroup": "GROUP1",

"paymentSource": "WEB",

"paymentStatus": "SUCCESS",

"paymentPhase": "PHASE1",

"paymentChannel": "WEB",

"isThreeDS": true,

"merchantCommissionRate": 0.03,

"merchantCommissionRateAmount": 1.5,

"bankCommissionRate": 0.02,

"bankCommissionRateAmount": 1.0,

"cardType": "VISA",

"cardAssociation": "Visa Inc.",

"cardBrand": "Visa",

"requestedPosAlias": "pos123",

"pos": "Your POS information here",

"loyalty": {},

"fraudId": "fraud123",

"fraudAction": "BLOCK",

"paymentTransactions": []

}

}

403

400

400

401

401

500

Last updated