Creates a subscription payment for a recurring product (frequencyInDays is set).
Returns a checkout URL to redirect your customer to.
For custom price products (isCustomPrice: true), provide priceCents and currency.
One-time products? Use
POST /api/payment/createinstead.
API key authentication
ID of a subscription product
"pro_sub456"
"customer@example.com"
Price in cents as a string.
Required when the product has isCustomPrice: true. Must NOT be provided for fixed-price products.
This price is locked for all future renewals.
"999"
Currency for the price. Required when priceCents is provided, ignored otherwise.
USD, EUR 255"sub_ref_001"