Skip to main content
POST
Get one cancellation payment intent

Authorizations

Authorization
string
header
required

Authorization: Bearer <api key>. The key resolves to your organization; every response is scoped to it. An organization field in the request body is optional, but if present it must match, or the request is rejected.

Body

application/json
id
string
required
organization
string

Optional. If present, must match the organization your API key resolves to, or the request is rejected with 400.

Response

One cancellation payment intent.

id
string
clinic_name
string
clinic_id
string
date
string<date-time>
discounted
boolean
discounted_amount
number<double>
new_price
number<double>
percent_discount
number<double>
pet
string
subscription
string
wellnes_plan_name
string

Reproduced with the live endpoint's own spelling (one 's').

payments
number<double>
payment_amount
number<double>
payment_or_refund
string
paymentIntent_or_refund_id
string
total_benefits_consumed_at_retail_price
number<double>
total_benefits_consumed_at_discounted_price
number<double>
reason
string
early_cancellation_fee
number<double>
refund_ids
string[]

Stripe refund ids. Empty array, not null, when there are none.

isSucceeded
boolean
IsTest
boolean
created_at
string<date-time>
updated_at
string<date-time>