Skip to main content

Overview

Fetch detailed information about a specific transaction using either its id (UUID) or reference.
Required permission: payment:read

Endpoint

Request

Headers

string
required
Your Chidori API key

Query parameters

Provide either id OR reference:
string
The transaction ID (UUID)
string
The transaction reference string

Response

Success response

boolean
Always true for successful requests
object
Complete transaction object with all details

Examples

Use cases

After processing a payment, verify it was successful:
Match transactions with your internal records:

Next steps

List Transactions

View all your transactions

Charge Payment

Process a new payment