#Pain - Subscriptions

1 messages · Page 1 of 1 (latest)

queen frigate
#

Hello! What's up?

night elm
#

Hello, kind of in a dilemma currently and need some advice/insight. I understand that subscriptions can be handled by Stripe entirely but what if I wish to accept other form of payments alongside Stripe?

Would this mean I would have to handle the entire "subscription" flow myself and alongside customers (create them on stripe, add cards, charge them)?

#

Would I collect the card information and add it to a customer on stripe, then charge it accordingly?

queen frigate
#

The short answer is yes, you'd need to manage the Subscription logic on your end. The long answer depends on the specifics of your situation. What other forms of payment do you want to accept that Stripe does not support?

night elm
#

I was looking to integrate PayPal, PaySafeCards, Crypto and maybe something else.

night elm
vital lantern
#

You would have to manage them on your own. You can leverage Stripe subscriptions and have Stripe handle the invoice and scheduling... but have an out of band pay with PayPal, PaySafeCards, and Crypto on those.

night elm
vital lantern
#

That is correct. Leveraging Stripe Billing for invoices and schedules would be ideal so you'd just handle the out of band payments on your end.