Skip to main content
Poll a single top-up payment for its current status. Use this after POST /api/billing/payments to detect when the wallet has been credited. Method: GET Path: /api/billing/payments/{id} Auth: Session Bearer

Path parameters

string
required
Payment identifier from POST /api/billing/payments.

Response

string
Payment identifier.
string
stripe, wechat, or alipay.
number
Amount in currency.
string
USD or CNY.
string
pending, paid, failed, or expired.
string
ISO 8601 timestamp or null.
string
Provider transaction ID, if available.

Example

Errors