Make Deposit
1.8 Make Deposit
Makes deposit on the given wallet using 2D payment.
Request
Method
URL
POST
/payment/v1/deposits
Response
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
Last updated