🗳️ Purchasing
How to subscribe to a subscription
Setup
To use the provided purchase page to buy a subscription, the merchantId and planCode need to be supplied in the CoinflowPurchase
SDK
Example:
<CoinflowPurchase
...
planCode={planCode}
/>
The subscription cost and information will automatically populate the form.
Subscribing
The customer will provide and payment method and confirm the purchase and the subscription will be created. Upon creation of the subscription, the first payment will be drawn (if payment fails, subscription creation fails). The subscription will then be active and schedule payments as defined.
Updated 6 months ago