#sreekanthmk

1 messages · Page 1 of 1 (latest)

zealous rivetBOT
grand wigeon
regal magnet
#

req_qUmUzPNYyE2Ug9

#

Hi

#

There?

grand wigeon
#

Yes I was checking

regal magnet
#

Okay

grand wigeon
#

the reqId you shared returns 200 status

regal magnet
#

wait a min pls

grand wigeon
#

I think this one instead:
req_O08j525QQ9tKHb

#

do you confirm ?

regal magnet
#

Please check this one

#

req_NJ8dl5dfK7RdoL

#

Its 200 status in log. But it shows like this

#

FYI I am using the indian test card

grand wigeon
#

The issue is that you are using an indian Card for an INR transaction (as the billing address is a US)

#

Did you tried to set India as billing address ?

regal magnet
#

No. Its not the issue. I am using Indian card for USD transaction. It works for all other countries except India.

#

Did you tried to set India as billing address ?
=> Yes that time I get a different error

regal magnet
#

As per this error, it should work if I give US address right?

grand wigeon
#

You can't use Indian Cards for international shipping address

regal magnet
#

So how do I make this available for indian customers?

#

Please see if it helps

grand wigeon
regal magnet
#

Sure

grand wigeon
#

I see that the Price (price_1LRxu3SGtKVHB2p0dcQ91mSm) is configured only for USD, you probably need to add Indian rupee currency for it so that in the Checkout Session will display it

#

You can test this later by using customer_email: 'test+location_IN@example.com' in order to simulate the Checkout Session Display in India

grand wigeon
regal magnet
#

I signed up for the beta feature already few days back. Got this message -> Signed up successfully!
Thank you! We'll be in touch soon.

#

How to use the beta feature now?

#

Basically we dont want to create separate price IDs. Thats our requirement

grand wigeon
grand wigeon
regal magnet
#

I dont see an option to add more currency options in the daashboard

grand wigeon
#

In dashboard you have this option when creating new Price,

regal magnet
#

It has to be done programatically?

#

I cant edit it in the dashboard?

#

Also, will it automatically convert the USD amount to INR for indian cards?

#

I mean based on the conversion rate of the day.

#

hi.there?

grand wigeon
#

Sorry for my late reply

grand wigeon
grand wigeon
regal magnet
#

When I add a new currency option in INR, do I have to mention the unit amount?

grand wigeon
regal magnet
#

So no other way to get the automatic conversion as of now?

grand wigeon
#

Nope

regal magnet
#

In my website I want to show the subscription price in USD. when he reaches the stripe page, it should be shown in INR (based on the particular day's conversion rate)

#

Would you please cross check it once? Because I have seen applications that accepts Indian cards for payment in USD. eg: Laracasts.com

viscid spear
#

Hi! I'm taking over this thread.

regal magnet
#

sure

viscid spear
#

Hi! I'm taking over this thread.
So you want to dynamically convert the USD price into INR, and then create a Checkout Session with INR?

regal magnet
#

Exactly

viscid spear
regal magnet
#

Will it work with subscriptions?

viscid spear
#

Yes

regal magnet
#

Just imagine my product is 50USD. today a user subscribes it for 4104 INR as per today's conversion rate. When the subscription renews automatically after 30 days, I dont want stripe to debit the same amount of 4104 from the user. It should be the INR corresponding to 50USD on that day.

#

WIll it work automatically with the solution you mentioned above?

viscid spear
#

No, once you set the amount for the subscription, it will be the same for recurring payments.

#

But changing the price of the subscription evert month doesn't look like a good idea for customers.

#

I think you should set the INR amount yourself once, maybe above the current exchange rate, and then keep it the same for all days and all customers.

regal magnet
#

Basically I want to deduct 50 dollars every month. I am converting it into INR since its an exceptional case for india

#

Any work around to achieve it without converting to INR?

viscid spear
#

My suggestion would be:

  • convert $50 in INR, that about 4,102 today
  • then round up that number to take into account that the exchange rate might change, so maybe 4,500 (that's completely up to you)
  • and create all new subscriptions for 4,500 INR and that amount doesn't change.
regal magnet
#

I got your point. But is there any way to deduct 50 dollars every month? Because the subscription is 50usd per month and we dontwant to change it for indian customers.

viscid spear
#

But is there any way to deduct 50 dollars every month?
Well as mentioned in the error message you had before: "Non-INR transactions in India require a card issued outside India". So you can directly charge $50 per month only if the card is issued outside of India.

regal magnet
#

Yes that's possible. I am talking about the special case where user uses Indian card

viscid spear
#

I am talking about the special case where user uses Indian card
Then you have to use the INR currency.

regal magnet
#

Okay

#

I have subscribed for Automatically convert currencies (Beta) Any idea when I can start using it?

viscid spear
regal magnet
#

Okay. Thanks.

#

One final question. If I want any help on this in future, any option to continue this chat? I think this thread gets archived in some time

viscid spear
#

Yes we archive threads after some time of inactivity. But feel free to start a new thread if this one is closed.

regal magnet
#

okay

#

thanks