Get the default payment method for a customer
Payment Methods
Get the default payment method for a customer
Returns the customer’s default card for the authenticated provider. Sourced from stored payment-method records (no Stripe round-trip). Returns { kind: 'none' } when no card is on file.
GET
Get the default payment method for a customer
Documentation Index
Fetch the complete documentation index at: https://docs.solvapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Customer reference (e.g. customer_...).
Response
200 - application/json
The customer's default card, or { kind: 'none' } when no card is on file.
Get a specific payment intent
Previous
Get environment-aware platform config for the authenticated provider
Next