v1

latestOpenAPI 3.1.02026-07-261420929.5 KB

Buscar Pagamento

Busca por um pagamento através do seu ID.

get/{id}

Path parameters

idstring required

ID do pagamento

Response

200

idstring
account_idstring
barcodestring
statusstring
document_amount_centsinteger
amount_centsinteger
descriptionstring
created_atstring
updated_atstring

Example response

{
  "id": "00000000000000000000000000000000",
  "account_id": "00000000000000000000000000000000",
  "barcode": "846100000013310502962023004200030007003752691117",
  "status": "pending",
  "document_amount_cents": 13105,
  "amount_cents": 13105,
  "description": "teste",
  "created_at": "2024-08-16T18:19:54-03:00",
  "updated_at": "2024-08-16T18:20:04-03:00"
}