Authorize Payout
cURL
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" } } } } }
Documentation IndexFetch the complete documentation index at: https://developer.paymee.com.br/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.paymee.com.br/llms.txt
Use this file to discover all available pages before exploring further.
"your-x-api-key"
"your-x-api-token"
Success
"success"
Show child attributes
0
49916
"1e637332-b2dd-3d3a-b76c-03e5bcb1dd0a"