curl --location --request GET 'https://api.novuspagamentos.com/api/v2/payout/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"id": 5724,
"status": "completed",
"amount": 1000,
"type": "withdrawal",
"external_id": "DF6251107231309644013239",
"end_to_end_id": "E071368472025110715131PLUCJFGLJW",
"payer": {
"bank": {
"account": "566",
"agency": "456",
"digit": "666",
"name": "Acesso Soluções de pagamento",
"type": "checking"
},
"document": "62.488.920/0001-58",
"name": "Unive Pay"
},
"payee": {
"bank_code": "31872495",
"document": ".967.198-*",
"name": "LEANDRO BITTENCOURT DE ARAUJO E SILVA"
}
}