cURL
curl --request POST \ --url https://pinapi.jackalprotocol.com/api/payment/checkout/{lookup_key} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
Create a Stripe checkout session for subscription
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Stripe price lookup key
Quantity to purchase
Successful operation
The response is of type object.
object