Skip to main content
GET

List Payment Methods

List the payment methods saved on your environment that can be used for auto topup recharges. Currently only card-based methods are supported.

Endpoint

Request headers

string
required
Bearer token. Format: Bearer talq_your_environment_token_here

Examples

Response

Response fields

string
required
Payment method ID. Use this in payment_method_id when configuring auto topup.
string
required
Always card currently.
string
Card brand (e.g., visa, mastercard, amex).
string
Last 4 digits of the card.
integer
Expiration month (1–12).
integer
Expiration year (YYYY).
boolean
Whether this is the default payment method.

Notes

  • New payment methods can be added through the dashboard checkout flow — there is no API endpoint to add cards.
  • Cards are tokenized — the full card number is never returned by the API.