post https://api.swiftink.io/stripe/create_checkout_session
Create a checkout session for the current user
Log in to see full request history
Response
Create a checkout session for the current user
xxxxxxxxxx
curl --request POST \
--url https://api.swiftink.io/stripe/create_checkout_session \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"price": "individual_monthly"
}
'
Try It!
to start a request and see the response here! Or choose an example: