Skip to main content
GET
Get a Transaction
Use this endpoint to reconcile voucher transactions after creation or webhook delivery. The latest response can include normalized voucher fields such as barcode, digitable_line, url, expiration_date, instructions, and receipt_url. Voucher instructions can arrive asynchronously for some local payment options. If the create response returns status: "pending" with empty voucher fields, use this endpoint for user-facing refreshes and keep webhooks as the authoritative source for fulfillment.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required
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)$

Response

Success

success
boolean
required
requestId
string
required
data
object
required