Retrieve the default payment method on file for an account. Returns card: null when no payment method has been saved yet — the top-up dialog uses this to decide whether to show a pre-charge confirmation (card present) or route to a checkout session to collect one (card: null). Cards are returned even when expired; callers should compare exp_month / exp_year against the current date and warn the customer, since an off-session charge against an expired card will decline.
Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Recoup API key. Learn more.
The unique identifier (UUID) of the account. Must be the authenticated account or another accessible via organization membership.
Default payment method retrieved successfully (may be null if none on file).
The unique identifier of the account this payment method belongs to.
"550e8400-e29b-41d4-a716-446655440000"
Default card on file. null when the account has never saved a payment method — the top-up flow will route through a checkout session in that case.