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
Your merchant identifier.
Your merchant API key.
Path Parameters
The unique ID of the transaction to retrieve.
Response
The unique identifier for the transaction.
The status of the transaction (
succeeded, failed, pending).The transaction amount in cents (USD).
The currency code, e.g.,
"usd".The rail used for settlement (
stripe or base).A hosted URL to view the transaction receipt, if applicable.