Visa/Master Card
Tạo đơn thanh toán qua thẻ quốc tế
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"id": 1,
"type": "DEPOSIT",
"payMethod": "BANK_TRANSFER",
"status": "PENDING",
"orderId": "orderIdFromClient",
"callBackUrl": "https://callback.example.com/callack",
"signature": "7203659612786ca5280ee592c9392b077030c10580b952eac04f7aab51032657",
"providerId": 1,
"payData": {
"paymentUrl": "https://payment.example.com/?signature=abcd",
"message": "messsage"
},
"accountId": 1,
"createdAt": "2024-01-04T07:57:20.871Z",
"updatedAt": "2024-01-04T07:57:20.871Z",
"amountNumber": 1000000
}
}Last updated