#JMLO - subscription
1 messages · Page 1 of 1 (latest)
hey there, can you explain more about the issues you're having, please? I'm not sure I understand what you mean here.
I create an app with adalo and I would like to make a subscription's paiement through stripe
What is Adalo?
it's a platform to create mobile app without code
and stripe is included
sorry for my english
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
Okay but my question is : Can I create a subscription without putting a specific customer ?
here
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.
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 ?
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
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
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
Okay thank you
NP!