Payments
Create Purchase Session
Creates a purchase session for completing a purchase.
post/payments/purchases/purchase-session
Request body
Example request
{
"full_code": "proj_abc123_def456ghi789",
"price_id": "price_1234567890abcdef",
"quantity": 1
}Response
Successful response
Example response
{
"client_secret": "1234567890abcdef_secret_xyz123"
}