v1
latestOpenAPI 3.1.02026-07-241040774.6 KBObter saque
Rota para realizar a consulta de um saque específico.
get/recipients/(recipient_id)/withdrawals/(withdraw_id)
Path parameters
recipient_idstring required
Código do recebedor
withdrawals_idstring required
Código da transferência
Response
200
Example response
{
"id": "transf_1A68BR3izKHz8Zqr",
"amount": 100,
"status": "pending",
"created_at": "2017-10-27T16:12:56Z",
"updated_at": "2017-10-27T16:12:57Z",
"bank_account": {
"id": "ba_A2Np1QJSyTRXp5mE",
"holder_name": "Tony Stark",
"holder_type": "individual",
"holder_document": "26224451990",
"bank": "341",
"branch_number": "12345",
"branch_check_digit": "6",
"account_number": "12345",
"account_check_digit": "6",
"type": "checking",
"status": "active",
"created_at": "2017-10-27T16:12:37Z",
"updated_at": "2017-10-27T16:12:37Z",
"metadata": {
"key": "value"
},
"recipient": {
"id": "rp_Acb5NJNiqvf0Y5Xv",
"name": "Tony Stark",
"email": "tstark@avengers.com",
"document": "26224451990",
"description": "Recebedor Tony Stark",
"type": "individual",
"status": "active",
"created_at": "2017-10-27T16:12:37Z",
"updated_at": "2017-10-27T16:12:37Z"
}
}
}