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"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.