POST
/
api
/
v1
/
withdrawals
Criar saque PIX
curl --request POST \
  --url https://seu-dominio.com/api/v1/withdrawals \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 123,
  "creditParty": {
    "name": "<string>",
    "keyType": "EMAIL",
    "key": "<string>",
    "taxId": "<string>"
  },
  "external_id": "<string>",
  "postbackUrl": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer {public_id}.{secret}

Body

application/json
amount
number
required
creditParty
object
required
external_id
string
postbackUrl
string<uri>

Response

200 - application/json

OK

The response is of type object.