Payments
Create Purchase URL
Creates a secure checkout URL for purchasing a product.
post/payments/purchases/create-purchase-url
Request body
Example request
{
"customer_type": "user",
"customer_id": "user_1234567890abcdef",
"product_id": "prod_premium_monthly",
"return_url": "https://myapp.com/purchase-success"
}Response
Successful response