cURL
curl --request GET \ --url https://api.lava.so/v1/payment_methods \ --header 'Authorization: Bearer <token>'
{ "data": [ { "payment_method_id": "<string>", "last4": "4242", "expiry_month": "12", "expiry_year": "2027", "brand": "visa", "is_default": true, "has_error": true, "error_code": "<string>", "error_message": "<string>", "error_at": "<string>" } ] }
List all saved payment methods for the authenticated wallet. Returns card details and default status. Requires a merchant secret key (aks_live_* / aks_test_*).
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Payment methods list
Show child attributes