enupal / stripe

Allows customers sign up for recurring and one-time payments with Stripe, perfect for orders, donations, subscriptions, and events. Create simple payment forms in seconds easily without coding. For Craft CMS
https://enupal.com/craft-plugins/stripe-payments/
Other
33 stars 19 forks source link

Add multiple subscriptions to cart #366

Closed hassanmah closed 12 months ago

hassanmah commented 12 months ago

Hi,

Is it possible to add multiple subscriptions to the cart using the Cart API? See example below

I want to add two subscriptions - Parking Spot 1 and Parking Spot 2 and pay for them in one go

Thanks

andrelopez commented 12 months ago

Hi @hassanmah Yes, the Cart API accepts One-Time items and Recurring (subscription) items at the same cart session, however, if you're adding more than one recurring item, all the intervals (daily, monthly, yearly, etc), and currencies should be the same

Please find full docs here: https://docs.enupal.com/stripe-payments/pro/cart-api.html