Checkout
Transactions
Payment Methods
Webhooks and Callbacks
Payer Information
Payouts
Authorize payout
Payouts
Authorize payout
Authorize Payout
POST
/
v1.1
/
payout
/
authorize
/
{tid}
/
{authorizationCode}
curl --request POST \
--url https://api.paymee.com.br/v1.1/payout/authorize/{tid}/{authorizationCode} \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-token: <x-api-token>'
{
"message": "success",
"status": 0,
"tid": 49916,
"uuid": "1e637332-b2dd-3d3a-b76c-03e5bcb1dd0a",
"response": {
"response": {
"endToEndId": "E710278662021052700421198558814A",
"pagador": {
"conta": {
"agencia": "0000",
"banco": "000",
"bancoNome": "PAYMEE BRASIL",
"numero": "000000-0",
"tipo": "ContaCorrente"
},
"ispb": "00000000",
"pessoa": {
"documento": "00000000000",
"nome": "JOHN DOE",
"nomeFantasia": null,
"tipoDocumento": "CPF"
}
},
"pagamentoId": "2d18f284-19fc-4434-887d-765b6b1a44ec",
"recebedor": {
"conta": {
"agencia": "0000",
"banco": "000",
"bancoNome": "PAYMEE BRASIL",
"numero": "00000-5",
"tipo": "ContaCorrente"
},
"ispb": "00000000",
"pessoa": {
"documento": "28683892000191",
"nome": "PAYMEE BRASIL SERVICOS DE PAGAMENTOS S.A",
"nomeFantasia": "PAYMEE",
"tipoDocumento": "CNPJ"
}
}
}
}
}
Headers
Example:
"your-x-api-key"
Example:
"your-x-api-token"
Response
200
application/json
Success
Example:
"success"
Example:
"E710278662021052700421198558814A"
Example:
"0000"
Example:
"000"
Example:
"PAYMEE BRASIL"
Example:
"000000-0"
Example:
"ContaCorrente"
Example:
"00000000"
Example:
"2d18f284-19fc-4434-887d-765b6b1a44ec"
Example:
"0000"
Example:
"000"
Example:
"PAYMEE BRASIL"
Example:
"00000-5"
Example:
"ContaCorrente"
Example:
"00000000"
Example:
49916
Example:
0
Example:
49916
Example:
"1e637332-b2dd-3d3a-b76c-03e5bcb1dd0a"
curl --request POST \
--url https://api.paymee.com.br/v1.1/payout/authorize/{tid}/{authorizationCode} \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-token: <x-api-token>'
{
"message": "success",
"status": 0,
"tid": 49916,
"uuid": "1e637332-b2dd-3d3a-b76c-03e5bcb1dd0a",
"response": {
"response": {
"endToEndId": "E710278662021052700421198558814A",
"pagador": {
"conta": {
"agencia": "0000",
"banco": "000",
"bancoNome": "PAYMEE BRASIL",
"numero": "000000-0",
"tipo": "ContaCorrente"
},
"ispb": "00000000",
"pessoa": {
"documento": "00000000000",
"nome": "JOHN DOE",
"nomeFantasia": null,
"tipoDocumento": "CPF"
}
},
"pagamentoId": "2d18f284-19fc-4434-887d-765b6b1a44ec",
"recebedor": {
"conta": {
"agencia": "0000",
"banco": "000",
"bancoNome": "PAYMEE BRASIL",
"numero": "00000-5",
"tipo": "ContaCorrente"
},
"ispb": "00000000",
"pessoa": {
"documento": "28683892000191",
"nome": "PAYMEE BRASIL SERVICOS DE PAGAMENTOS S.A",
"nomeFantasia": "PAYMEE",
"tipoDocumento": "CNPJ"
}
}
}
}
}