Payouts (Colombia)
Call the Payouts API to request withdrawal for your customer.
POST /v1/payout
curl -v --location --request POST 'https://sandbox.smartfastpay.com/v1/payout' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \
--data-raw '{
"customer_id": "d9e9557e-11a5-49df-b51b-d513a7f5b348",
"name": "Jane Doe",
"email": "[email protected]",
"document": "86423835004",
"amount": 15000,
"currency": "COP",
"country": "COL",
"phone": "573051000002",
"callback": "http://mysite.com/api/notification",
"transaction": {
"id": "22dd9e47-97c7-4982-af50-3d3e0782d054"
}
}'Parameter
Type
Required
Description
Parameter
Description
GET /v1/payout/{id}
Parameter
Description
GET /v1/payouts
Parameter
Type
Description
Parameter
Description
Last updated