#ge_orgejoseph27
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ge_orgejoseph27, 4 days ago, 87 messages
- ge_orgejoseph27, 5 days ago, 51 messages
- ge_orgejoseph27, 6 days ago, 20 messages
- ge_orgejoseph27, 6 days ago, 12 messages
- ge_orgejoseph27, 6 days ago, 58 messages
- ge_orgejoseph27, 6 days ago, 40 messages
To clarify, are your sellers Connected Account holder?
Yes Connected account
@fair chasm @grave onyx Can I get a response
Sorry it''s a bit busy today. How do you schedule the Stripe Subscription? Any concrete request id req_xxx ?
Subscription schedule are created using code
In response its return subscription schedule ID. ref - "sub_sched_1ODOwKCQTcpcYTus4EmmJFsP",
Have you configured INR Price objects that you can use to pass to create the schedule?
I guess no. Can you suggest
Pretty sure we already spoke at length about this last week: https://discord.com/channels/841573134531821608/1176075023459557416
Really sorry, I was unable to understand. Can you give the sequence of steps to achieve this?
Create INR price(s) in your Dashboard/via the API and use those price_xxx IDs when creating your subscription/schedule in place of the USD ones
If we follow these approach then the price will not be dynamically change based on the conversion value of the currency. Am I right?
Where does the currency conversion happen that you're describing?
I mean its not be realtime equivalent currency value of the the base dollar amount we have after creating it once.
I know what currency conversion is. But where are you seeing currency conversion? In your Stripe account? Or on your customer cards?
On Customer cards
If your customer cards are IN/INR and you charge them in INR then no there'd be no FX
What is FX?
Foreign exchange (currency conversion)
So, you are saying that we can enable multiple currencies by adding different currencies in the price itself and stripe will automatically deduct the charge in local currency.
No, we don't do that automatically as I explained in our thread last week
You'll need to detect (or ask) customer country and use the relevant Price object that uses that local currency
With subscription schedule in place then how can we do that?
Well, you're creating a new schedule aren't you?
So you'd just pass your INR price_xxx here: https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-phases-items-price
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
While creating the setup intent we are creating sub_schedule only once
Sorry, I'm totally confused
You're creating a subscription schedule and in that API call you're passing price: 'price_xxx' which is your USD price, yes?
Yes I am passing USD Price
Ok, then instead of passing the USD price_xxx you'd pass the INR price_xxx after you're confirmed customer location is IN
Alternatively, as we spoke about last week, use Checkout and we handle this for you
Can we use checkout with subscription schdule?
No not directly. What specific fetaures of the schedule do you need?
Basically we want charge 10 USD for 3 months initillay and then 49.99 USD in folowwing months
Then you can't do that from Checkout directly. What you could do instead is create the subscription via Checkout, then create a new schedule that controls that subscription created by Checkout: https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-from_subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'[ve given you a couple options to consider, I'd recommend going away to understand both and try out the APIs
Can we create the subscription directly and use coupons for discount for first 3 month
Also can you provide the documentation of checkout for the subscription?
Yes
In checkout, how can we configure the currency conversion?
We spoke about all of this last week
I can see only these country conversions are possible.
How can I achieve for Bangladesh,Nigerial etc