Add Payment Method
Endpoint Information
Request Body Parameters
{
"merchantId": 0, // (number: id of the merchant id)
"paymentId": 0, // (number: payment ID)
"country": "", // (string: name of the country)
"fiat": "", // (string: name of the fiat currency)
"realName": "", // (string: real name of the account holder)
"fieldJson": { // (object: field JSON of the payment template)
[string]: [string] // (key-value pairs as per the payment template)
},
"remark": "" // (string: remark about the payment method)
}Authorization
Response Structure
Example Request (Mexico - MXN) 58: Automated SPEI - Arcus
Example Request (Mexico - MXN) 105: SPEI - FINCO PAY
Example Request (Argentina - ARS)
Example Response
Notes
Last updated

