Skip to main content
GET
Verify a payment session status

Authorizations

X-API-Key
string
header
required

Business API key for server-to-server integrations. Key prefix determines the environment — no separate flag needed: test_sk_* = sandbox/testnet, live_sk_* = production/mainnet.

Path Parameters

sessionId
string<uuid>
required

Response

200 - application/json

Session status

amount
number
callback_url
string
currency
string
expires_at
string
paid_at
string | null
payment_method
string
reference
string
session_id
string
status
enum<string>
Available options:
pending,
paid,
expired,
failed