Payment Plan POC

Demo of the payment plan interface with token-based API integration

New Token-Based API Integration:

  1. 1. Fetches plans from: /v2/api/internal/payment-plans?token=...
  2. 2. Subscribes via: /v2/api/internal/subscription
  3. 3. Redirects to checkout link in same tab
  4. 4. Customer completes payment and returns
Start Payment Plan
(Using token-based flow)
New API URL:
/payment-plan?token=string

Note:

The token should be generated by your backend and contain all necessary payment details. Replace "string" with a real token from your API.