latestOpenAPI 3.0.0Apache 2.02026-08-201250995.7 KB

bd9694db5fce

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

urlstring

Example response

{
  "url": "https://stripe.com/setup-intents/si_1234567890abcdefg"
}