#Hitesh Gupta
1 messages · Page 1 of 1 (latest)
you can't update the details of a Price after it's created
you should create a new INR price instead; it's not possible to change an existing USD Price to INR.
yeah, you can only change value of the price itself.
(as well as the description and name)
Hi does there any way possible I can delete highlighted $ 5 usd highlighted in snippet, its getting used in the transaction
you can mark it inactive/archived
by marking inactive we can not use lookup_key used by same , i am planning to use its lookup_key with other inr product
well there isn't any other option then really, you can't delete the Price
maybe use a different lookup_key for your new Price instead and update your code, or update your code to recognise that specific price_xxxx ID and ignore it, or so on
I am mainly working working on this git java project and facing transaction issue below
what's the issue exactly?
and what's your own specific question?
I am trying to run this code in my local for jjava at git : https://github.com/stripe-samples/subscription-use-cases and facing issue at testing for subscribe payment for this and try to reslove
did you read the link in the error message? did you have a question about a specific part of it?
error link informs to add java code have tried that also have checking to use inr price for products to solve however no success yet]
what exact things did you try, what does the modified code look like?
ultimately that sample code we provide unfortunately does not work for Stripe accounts located in India charging a card like 4242424242424242 which is an American card. So the options are :
- use a different test card that is a domestic Indian card such as
4000003560000008: https://stripe.com/docs/testing#asia-pacific - change the code to comply with the requirements to have address/description for the customer
- create your business+Stripe account outside India
ok