#Hitesh Gupta

1 messages · Page 1 of 1 (latest)

cunning anvilBOT
static surge
#

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.

pallid bone
#

yeah, you can only change value of the price itself.

#

(as well as the description and name)

honest gulch
#

Hi does there any way possible I can delete highlighted $ 5 usd highlighted in snippet, its getting used in the transaction

static surge
#

you can mark it inactive/archived

honest gulch
#

by marking inactive we can not use lookup_key used by same , i am planning to use its lookup_key with other inr product

static surge
#

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

honest gulch
#

I am mainly working working on this git java project and facing transaction issue below

static surge
#

what's the issue exactly?

honest gulch
static surge
#

and what's your own specific question?

honest gulch
static surge
#

did you read the link in the error message? did you have a question about a specific part of it?

honest gulch
#

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]

static surge
#

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
honest gulch
#

ok