Make Deposit (3D Complete)
1.15 Make Deposit (3D Complete)
Completes deposit request on the given wallet using 3D payment.
Request
Response
Last updated
Completes deposit request on the given wallet using 3D payment.
Request
Response
Last updated
Method
URL
POST
/payment/v1/deposits/3ds-complete
Status
Response
200
{
"data": {
"id": 1,
"createdDate": "2024-01-17T12:34:56",
"price": 50,
"currency": "USD",
"buyerMemberId": 123,
"conversationId": "abc123",
"paymentType": "CARD",
"paymentStatus": "SUCCESS",
"authCode": "123456",
"hostReference": "123456",
"transId": 789,
"orderId": "order123",
"walletTransaction": {
"id": 456,
"walletTransactionType": "DEPOSIT",
"amount": 50,
"walletId": 1
}
}
}
403
400
400
401
401
500