Payouts (Brazil)
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": 980,
"currency": "USD",
"pix": {
"key": "3cd9ae47-78d7-4982-af50-3d3e078hf2gf"
},
"bank": {
"name": "Banco Itaú",
"code": "341",
"agency": "1243",
"account": "213846-2",
"account_operation": "013"
},
"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