Boletos
Call the Boletos API to request payments via banking billet (boleto bancário).
POST /v1/boleto
curl -v --location --request POST 'https://sandbox.smartfastpay.com/v1/boleto' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \
--data-raw '{
"customer_id": "58f0c005-3b7d-4c75-81f3-93b9a6fee864",
"name": "Richard Roe",
"email": "[email protected]",
"document": "16972691419",
"amount": 125,
"currency": "USD",
"callback": "http://mysite.com/api/notification",
"transaction": {
"id": "3a1a6ebe-8504-489c-98ae-73ebd9b327a2"
},
"address": {
"address_1": "Av. da Liberdade",
"number": "87",
"neighborhood": "Liberdade",
"city": "São Paulo",
"state": "SP",
"postal_code": "01503-000",
"address_2": "até 367 - lado ímpar"
}
}'Parameter
Type
Required
Description
Parameter
Description
Last updated