Skip to main content
POST
/
stripe
/
checkout
/
gift
Create gift checkout session
curl --request POST \
  --url https://api.fluxer.app/v1/stripe/checkout/gift \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "price_id": "<string>"
}
'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Body

application/json
price_id
string
required

The Stripe price ID for the subscription plan

Response

Success

url
string
required

The URL to redirect to