Payouts
Call the Payouts API to request withdrawal for your customer.
GET /payout/{id}
curl -v --location --request GET 'https://sandbox.smartfastpay.com/payout/{id}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \'{
"requestId": "a2435636-5f69-447d-8e22-8382f62ef7dd",
"data": {
"id": "f569c39c-71c2-44a2-8f95-d5840886bbe3",
"customer_id": "d9e9557e-11a5-49df-b51b-d513a7f5b348",
"transaction_id": "22dd9e47-97c7-4982-af50-3d3e0782d054",
"amount": "98000.00",
"currency": "COL",
"status": "pending",
"created_at": "2021-11-11T19:08:20.000000Z",
"updated_at": "2021-11-11T19:08:20.000000Z"
}
}Parameter
Description
GET /payouts
Parameter
Type
Description
Parameter
Description