Payment API
Get Receipt
Retrieve a receipt for a processed payment transaction.
GET
Retrieve details of a specific payment, including its status, the rail used, and timestamps.
Headers
string
required
Your merchant identifier.
string
required
Your merchant API key.
Path Parameters
string
required
The unique ID of the transaction to retrieve.
Response
string
The unique identifier for the transaction.
string
The status of the transaction (
succeeded, failed, pending).integer
The transaction amount in cents (USD).
string
The currency code, e.g.,
"usd".string
The rail used for settlement (
stripe or base).string
A hosted URL to view the transaction receipt, if applicable.