Clients
Get add payment provider card link (that you can use to redirect) for a client.
post/api/v1/clients/{client}/add-payment-provider-card-link
Path parameters
clientstring required
Client id OR {clinic-id}-{pet-parent-id} tuple.
Response
Successful operation
Example response
{
"url": "https://stripe.com/setup-intents/si_1234567890abcdefg"
}