https://betpay.iugu.com/api/v1/payout/external_id/{external_id}
Busca operação de pagamento.
Busca operação de pagamento pelo identificador do cliente.
Request
Path variables |
|
---|---|
external_id
Required Type: string |
Headers |
|
---|---|
WORKSPACE_ID
Type: string ID do workspace Ex: 1D81KhKbYuVq9505Bz4Nk9 |
Response
200 |
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Operação de pagamento encontrada
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"id": "16d8Tj4tFnLN6jySecOQBE",
"external_id": "OUT1234",
"amount": 10.0,
"status": "processing",
"key_type": "cpf",
"key": "123456789",
"end_to_end_id": "E60701190202502271705DY5AAAAAAA",
"reject_reason": "123456789",
"created_at": "",
"updated_at": "",
"webhook_status_code": 200,
"validate_receiver": "123456789"
}
404 |
|
---|---|
Operação com o identificador externo não encontrada |