Transfiya
Call the Payouts API to request withdrawal for your customer.
POST /v2/payout
curl -v --location --request POST 'https://sandbox.smartfastpay.com/v2/payout' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \
--data-raw '{
"customer": {
"id": "b48a0728-9ff4-47ee-8f1b-92d2d5813ddb",
"name": "Richard Roe",
"email": "[email protected]",
"document": {
"type": "CC",
"number": "1073505526"
},
"phone": "+573041093694"
},
"country": "COL",
"payment_method": "transfiya",
"notification_url": "http://mysite.com/api/notification",
"transfer": {
"value": "573041093694"
},
"transaction": {
"id": "73e7036e-b835-4130-8db0-2f82cc859662",
"currency": "COP",
"amount": 2000
}
}'Parameter
Type
Required
Description
Last updated