Skip to main content
POST
Create a Stripe Checkout session for a tier price

Path Parameters

workspaceId
string
required

The publisher workspace the tier price belongs to.

Body

application/json
tierPriceId
string
required

The tier price (plan) the advertiser is subscribing to.

email
string<email>

Pre-fills the advertiser's email on Stripe Checkout.

cancelUrl
string<uri>

Where Stripe returns the visitor on cancel. Must match the publisher's site or Revinel.

Response

OK

url
string
required

Stripe Checkout URL to redirect the advertiser to.

sessionId
string
required

The Stripe Checkout session ID.