#Sero
1 messages · Page 1 of 1 (latest)
so I create a customer by code, I leave the parameters as default so all empty, when this customer goes to purchase a subscription later on, will the metadata and parameters such as currency and so on fill by default?
will my customer object in stripe have the data?
Depends what parameters you're expecting, how you integrate/create the subscription, etc
I'm thinking for example the currency, I do not set one at creation, thinking when the customer buys a subscription, it will fill it automatically so stripe will manage it
subscriptions are created prior into my dashboard
Yes, the currency is 'locked' when you create a Subscription: https://support.stripe.com/questions/setting-a-customers-default-currency
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I see thanks, so I imagine stripe will also fill automatically other data, so I don't have to specify it myself, thanks for the help
Well it depends what you mean by 'other data'. A lot of the data on a Customer object isn't required (think we only need an email)
more in the payment side such as currency, country, taxes etc
You'll need to give me specific fields
Again, depends what you mean by set automatically? Set where?
If you're using the Dashboard, me and my team don't really know how that works in relation to API calls it makes and objects it uses
You're better off just testing the flows you want to use and seeing if it works as required. Then I can help/advise from there