patients
Get payment methods (v2)
Get all saved payment methods for the current patient. Supports card, SEPA Direct Debit and PayPal.
get/api/patients/payment-methods/v2
Response
Successful Response
Example response
{
"payment_methods": [
{
"card": {
"brand": "visa",
"exp_month": 12,
"exp_year": 2025,
"last4": "4242"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.