Claim Pending Fund
{
"merchantId": 3, // (number: ID of the merchant) required
"clientId": "1748536001", // (string: An order ID that you may define and it is the only one) optional
"fiat": "MXN", // (string: name of the fiat currency; MXN and ARS are currently supported) required
"amount": 20.00, // (decimal: fiat amount) required
"userPaymentId": 91 // (number: ID of the user payment method; obtainable via GET /v2/payments) required
} Notes
Last updated

