Transactions
Get a Transaction
Retrieve a transaction by ID.
GET
Get a Transaction
Use this endpoint to reconcile voucher transactions after creation or webhook delivery. The latest response can include normalizedDocumentation Index
Fetch the complete documentation index at: https://developer.pagou.ai/llms.txt
Use this file to discover all available pages before exploring further.
voucher fields such as barcode, digitable_line, url, expiration_date, instructions, and receipt_url.
Voucher instructions can arrive asynchronously for some payment providers. If the create response returns status: "pending" with empty voucher fields, poll this endpoint for user-facing refreshes and keep webhooks as the authoritative source for fulfillment.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Get a Transaction

