Skip to main content
POST
/
withdraw
/
add
cURL
curl --request POST \
  --url https://api.fortunapay.com.br/v1/withdraw/add \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "<string>"
}
'
{
  "code": "<string>",
  "message": "<string>",
  "bank": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Dados da chave PIX a ser cadastrada

key
string
required

Response

Chave PIX adicionada com sucesso

code
string

Código de sucesso / erro da operação

message
string

Mensagem confirmando a operação

bank
object

Objeto com as informações da Chave PIX cadastrada