Deposit QR
API for create a deposit transaction
Deposit QR Order
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example Request
{
"refId": "REF_ID",
"amount": 100,
"userId": "USER_ID",
"accountName": "",
"accountNo": "",
"bankCode": "KBANK",
"extendParams": {
"username": "wildpay",
},
"timestamp": "2023-02-05T16:34:57.956Z"
}Last updated