#Amit Khetariya
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the PaymentIntent ID? it's something starts with pi_
sure
pi_3Lu7ePSCOQRHlWDO0nwgaiw7
I'm sending GBP currency in API request.
But it's not accepting Payment using GBP
It's taking INR
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
Yes, the API behaviour is consistent in either test or live mode
I have intalled Magento extension in my website and it's working fine without any settings
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.
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:
"error": {
"message": "Invalid object",
"param": "address",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_q4kaknROOuZNFk?t=1666073944",
"type": "invalid_request_error"
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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
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
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?
sure , i have used dart