https://betpay.iugu.com/api/v1/payin/external_id/{external_id}
Busca operação de recebimento.
Busca operação de recebimento 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 recebimento encontrada
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"id": "16d8Tj4tFnLN6jySecOQBE",
"amount": 10.0,
"payer_name": "John Doe",
"payer_fiscal": "123456789",
"status": "pending",
"created_at": "",
"updated_at": "",
"end_to_end_id": "E60701190202502271705DY5AAAAAAA",
"webhook_status_code": 200,
"refund_end_to_end_id": "D15111975202502210712320466AAAAA",
"refund_at": "",
"paid_at": "",
"canceled_at": "",
"read_at": "",
"external_id": "IN1234"
}
404 |
|
---|---|
Operação com o identificador externo não encontrada |