POST
/
payment
/
checkout
/
{lookup_key}
curl --request POST \
  --url https://pinapi.jackalprotocol.com/api/payment/checkout/{lookup_key} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

lookup_key
string
required

Stripe price lookup key

Query Parameters

count
integer
default:1

Quantity to purchase

Response

200
application/json
Successful operation
id
string

Stripe checkout session ID