#JMLO - subscription

1 messages · Page 1 of 1 (latest)

primal hedge
#

hey there, can you explain more about the issues you're having, please? I'm not sure I understand what you mean here.

strong prairie
#

I create an app with adalo and I would like to make a subscription's paiement through stripe

primal hedge
#

What is Adalo?

strong prairie
#

it's a platform to create mobile app without code

#

and stripe is included

#

sorry for my english

primal hedge
#

Got it - if you don't control the code handling the Stripe payment, you might need to reach out to Adalo then for help with enabling what you're looking for (or find out if they support it)

#

If you are integrating with the API yourself, suing any of our SDKs, then I'm happy to answer questions about working with that

#

But I'm not able to help with a 3rd party integration -- you'd need to speak to the vendor about that

strong prairie
#

Okay but my question is : Can I create a subscription without putting a specific customer ?

primal hedge
#

No, a subscription must be associated with a specific customer object. You can, however, create a placeholder new customer object then fill in details later, if that is appropriate for your use case.

strong prairie
#

This is a subscription that people take via the mobile app by entering their credit card. The subscription is not intended for a particular person

#

So it's not possible ?

primal hedge
#

That's not possible, a subscription is specific to a single customer. What are you trying to do?

#

You need to create a separate subscription for each customer in order to invoice them

strong prairie
#

It's like netflix subscription, people enter their credit card and after they are subscribed

#

I will show you

#

I have to enter price ID from stripe

#

But if I have to enter a specific customer I can't use this

#

It's work fine for a one shoot paiement because I don't have to put specific customer in stripe

primal hedge
#

You can create a subscription in trial mode without a payment method and update that later

#

But fundamentally a subscription is for a single customer, its not conceptually something for multiple customers

#

You need to create one per customer

#

The price is the underlying re-usable model of how much those customers will pay, and for what product

strong prairie
#

Okay thank you

primal hedge
#

NP!