patients
Add new payment method
Create a Stripe checkout session to add a new payment method (no charge).
post/api/patients/payment-methods/add
Request body
Example request
{
"set_as_default": true
}Response
Successful Response
Example response
{
"checkout_url": "https://checkout.stripe.com/c/pay/cs_test_xxx",
"session_id": "cs_test_xxx"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.