PIX
Call the Payments API to request payments via PIX.
POST /v2/payin
curl -v --location --request POST 'https://sandbox.smartfastpay.com/v2/payin' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \
--data-raw '{
"customer": {
"id": "81401e09-a227-46ac-8890-03eb225a920a",
"name": "John Doe",
"email": "[email protected]",
"document": {
"type": "CPF",
"number": "12345678909"
},
"phone": "+5511912345678"
},
"country": "BRA",
"payment_method": "pix",
"notification_url": "https://my-notification-url.site",
"transaction": {
"id": "9fff0686-6866-445b-a540-2e96d827b7d5",
"currency": "BRL",
"amount": 12.61
}
}'Parameter
Type
Required
Description
Last updated