POST /keys/stripe/checkout
POST

/v1/keys/stripe/checkout

Create Stripe checkout session

AuthNone — works without a key

Request

POSThttps://api.xrpl.to/v1/keys/stripe/checkout
Body
Body fieldsas documented
{
  wallet,
  type,
  package?,
  tier?,
  billing?
}
curl -X POST 'https://api.xrpl.to/v1/keys/stripe/checkout'
No public sample for this one — copy the code and fill in your own values.

Response

No public sample for this endpoint — run the code on the right with your own values to see the response.

What it does

Create Stripe checkout session

OpenAPI