Get the status of a checkout session
GET /v1/checkout/{checkoutId}/status
Enter your API key as a Bearer token
The unique identifier of the checkout session (e.g., '040956bf1210aa19c948da8d5769cea01313dc23022025')
"040956bf1210aa19c948da8d5769cea01313dc23022025"
Checkout status retrieved successfully
Unique identifier for the checkout session
"040956bf1210aa19c948da8d5769cea01313dc23022025"
Current status of the checkout session
pending, processing, completed, failed, expired, cancelled "completed"
Checkout amount
250
Checkout currency
"USD"
Payment method used (if completed)
"mobile_money"
External transaction ID from payment provider (if completed)
"ext_txn_123"
When the checkout session was created
"2024-01-15T10:30:00Z"
When the checkout session was completed (if applicable)
"2024-01-15T10:35:00Z"
When the checkout session expires
"2024-12-25T23:59:59Z"