#ge_orgejoseph27

1 messages · Page 1 of 1 (latest)

grave onyxBOT
#

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.

fair chasm
#

To clarify, are your sellers Connected Account holder?

drowsy crest
#

Yes Connected account

drowsy crest
#

@fair chasm @grave onyx Can I get a response

fair chasm
#

Sorry it''s a bit busy today. How do you schedule the Stripe Subscription? Any concrete request id req_xxx ?

drowsy crest
#

Subscription schedule are created using code

#

In response its return subscription schedule ID. ref - "sub_sched_1ODOwKCQTcpcYTus4EmmJFsP",

grave onyxBOT
small olive
#

Have you configured INR Price objects that you can use to pass to create the schedule?

drowsy crest
#

I guess no. Can you suggest

small olive
drowsy crest
#

Really sorry, I was unable to understand. Can you give the sequence of steps to achieve this?

small olive
#

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

drowsy crest
#

If we follow these approach then the price will not be dynamically change based on the conversion value of the currency. Am I right?

small olive
#

Where does the currency conversion happen that you're describing?

drowsy crest
#

I mean its not be realtime equivalent currency value of the the base dollar amount we have after creating it once.

small olive
#

I know what currency conversion is. But where are you seeing currency conversion? In your Stripe account? Or on your customer cards?

drowsy crest
#

On Customer cards

small olive
#

If your customer cards are IN/INR and you charge them in INR then no there'd be no FX

drowsy crest
#

What is FX?

small olive
#

Foreign exchange (currency conversion)

drowsy crest
#

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.

small olive
#

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

drowsy crest
#

With subscription schedule in place then how can we do that?

small olive
drowsy crest
#

While creating the setup intent we are creating sub_schedule only once

small olive
#

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?

drowsy crest
#

Yes I am passing USD Price

small olive
#

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

drowsy crest
#

Can we use checkout with subscription schdule?

small olive
#

No not directly. What specific fetaures of the schedule do you need?

drowsy crest
#

Basically we want charge 10 USD for 3 months initillay and then 49.99 USD in folowwing months

small olive
#

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

#

I'[ve given you a couple options to consider, I'd recommend going away to understand both and try out the APIs

drowsy crest
#

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?

drowsy crest
#

In checkout, how can we configure the currency conversion?

small olive
#

We spoke about all of this last week

drowsy crest
#

I can see only these country conversions are possible.
How can I achieve for Bangladesh,Nigerial etc

small olive
#

You're looking at the wrong tab

#

Click Multi-currency prices