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

Authorizations

Authorization
string
header
required

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

Body

application/json

Dados para envio Pix

amount
number
required

Valor a ser retirado em reais (R$)

Example:

250.75

Response

Dados da conta retornados

code
integer
message
string
transaction_id
string
status
string
end2end_id
string
transaction
object