Billing & Auto Topup
List Payment Methods
List saved payment methods available for auto topup
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
Bearer token. Format:
Bearer talq_your_environment_token_hereExamples
Response
Response fields
Payment method ID. Use this in
payment_method_id when configuring auto topup.Always
card currently.Card brand (e.g.,
visa, mastercard, amex).Last 4 digits of the card.
Expiration month (1–12).
Expiration year (YYYY).
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.