Request
Authorization: Bearer <api_key> header.
Path parameters
The ID of the charge to retrieve.
Response
Unique identifier for the charge.
Your organization ID.
Identifier for the customer who made the payment.
The amount charged, as a decimal string in
currency.The charge currency code (e.g.,
NGN, USD).The currency in which your organization is settled (e.g.,
USD).The amount credited to your balance in
settlement_currency, as a decimal string.Current charge status. Common values:
pending, succeeded, failed, underpaid, accepted.Key-value metadata attached to the checkout at creation time.
Chronological list of status transitions.
ISO 8601 creation timestamp.
ISO 8601 timestamp of the last update.
Error codes
| Status | Description |
|---|---|
401 | Invalid or missing API key. |
403 | Charge belongs to a different organization. |
404 | Charge not found. |