GET /account/billing/purchases/{checkout_id}

Read the amount collected for a credit purchase.

MethodPath
GET/v1/account/billing/purchases/{checkout_id}

The amount includes the platform fee and comes from Stripe. An incomplete, missing, or other-account purchase returns 404.

Path parameters

checkout_idstringrequired
curl "https://api.ellipsis.dev/v1/account/billing/purchases/{checkout_id}" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

Example response · 200
{
"amount_paid_cents": 0
}

On this page

No Headings
Schedule a demo