Subscription Creation Endpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
When creating a subscription, there are two distinct methods based on the merchant's PCI compliance:
Non-PCI Merchants: These merchants cannot handle card details directly. They receive a redirect link to provide users, which leads them to a secure page where payment information can be safely entered and processed without exposing sensitive data. This integration flow: .
PCI Compliant Merchants: These merchants are authorized to handle card details directly. They can securely send card information to initiate and manage subscriptions, adhering to stringent PCI DSS standards. This integration flow:
PCI Compliance: To use the PCI flow, merchants must provide valid PCI AOC compliance documentation and be approved by our integration team.
Webhook Integration: For optimal integration, implement webhook handling to receive real-time updates about subscription status changes.