#Amit Khetariya

1 messages · Page 1 of 1 (latest)

frozen willowBOT
cold lichen
#

Hi there, can you share with me the PaymentIntent ID? it's something starts with pi_

sand beacon
#

sure

#

pi_3Lu7ePSCOQRHlWDO0nwgaiw7

#

I'm sending GBP currency in API request.

#

But it's not accepting Payment using GBP

#

It's taking INR

cold lichen
#

You can find the reason of failure in the API response: As per Indian regulations, export transactions require a customer name and address. More info here: https://stripe.com/docs/india-exports

sand beacon
#

But it's a developer account and I'm using TEST DATA

#

Still Is it Required?

cold lichen
#

Yes, the API behaviour is consistent in either test or live mode

sand beacon
#

I have intalled Magento extension in my website and it's working fine without any settings

cold lichen
#

I don't have details on the magento extension, but you should follow the link in the error message for your direct integration with Stripe.

sand beacon
#

Okay

#

Let me check

sand beacon
#

According to documentation for international payments i have to give billing address in customer creation api but when i am attaching billing address it give me this kind of response:

cold lichen
#

You can click on the request_log_url link to view this request in Dashboard. The API is expecting address to be a associative array, but you are passing a string instead

sand beacon
#

In this They are passing address in a map not in the array.

#

And i have done the same thing and when i am passing the data in map it shows error like map is not type of string

cold lichen
#

The term associative array is a generic date type, it may vary from language to language.

Can you share with me the code you wrote?

sand beacon
#

sure , i have used dart