Overview
Fetch detailed information about a specific transaction using either itsid (UUID) or reference.
Required permission:
payment:readEndpoint
Request
Headers
string
required
Your Chidori API key
Query parameters
Provide eitherid OR reference:
string
The transaction ID (UUID)
string
The transaction reference string
Response
Success response
boolean
Always
true for successful requestsobject
Complete transaction object with all details
Examples
Use cases
Verify payment status
Verify payment status
After processing a payment, verify it was successful:
Reconciliation
Reconciliation
Match transactions with your internal records:
Next steps
List Transactions
View all your transactions
Charge Payment
Process a new payment
