Saque PIX
Header Parameters
Authorizationstring Required
Colocar no formato Bearer TOKEN
Acceptstring Required
application/json
Content-Typestring Required
application/json
Body Parameters
valuenumber
Valor em centavos de reais
receiver_national_registrationstring
pix_key_typestring
pix_keystring
expires_atstring
webhook_urlstring
devicenumber
Response
200
Object
{
"id": "a02b0d...",
"end_to_end_id": null,
"receiver_name": null,
"webhook_url": "https://meusite.com/webhook/pix-status",
"value": 5000,
"status": "created" | "paid" | "canceled",
"receiver_national_registration": "12345678910",
"pix_key_type": "national_registration",
"pix_key": "12345678910",
"webhook": null
}
401
Object
{
"error": "Token inválido ou expirado."
}
404
Object
se nao encontrado e retornado um []
Was this section helpful?
What made this section unhelpful for you?
Base URL
Production:
Sandbox:
Response
Was this section helpful?