Page 1 of 1

As per Indian regulations -Stripe payment

Posted: 13 Oct 2020, 13:00
by Mayank
php version: 7.2
aimeos version: ~2019.10

As per Indian regulations, export transactions require a customer name and address. More info here: https://stripe.com/docs/india-exports

I am using stripe payment options, but I am getting the above message. I added customer address and details, but it's giving me the same error.

Also, In backend. I am already sending https://prnt.sc/uygz0d
option
address: yes

stripe screenshot:
https://prnt.sc/uyh0l3

please let me know, what I am missing here.

Re: As per Indian regulations -Stripe payment

Posted: 14 Oct 2020, 06:50
by aimeos
Can you please check here why the address data is not available in your case?
https://github.com/aimeoscom/ai-payment ... #L701-L703

Re: As per Indian regulations -Stripe payment

Posted: 14 Oct 2020, 08:20
by Mayank
getting address here, https://prnt.sc/uyzqjh
also here https://prnt.sc/uyzroi
but in
$response = $this->sendRequest($order, $data);

but I am getting this
https://prnt.sc/uyzsk7

also, in stripe.. no customer is attached to it.
https://prnt.sc/uyzt9p

it's adding customer without any name or billing address
https://prnt.sc/uyzyc5

Re: As per Indian regulations -Stripe payment

Posted: 14 Oct 2020, 08:25
by aimeos
Then, it seems to be a problem in the Omnipay Stripe driver that the address data is not passed to Stripe:
https://github.com/thephpleague/omnipay-stripe

Re: As per Indian regulations -Stripe payment

Posted: 14 Oct 2020, 08:35
by Mayank
I am using an old version
Aimeos (aimeos.org), 2015-2018

Will it be the issue?

Re: As per Indian regulations -Stripe payment

Posted: 14 Oct 2020, 09:02
by aimeos
Even in Aimeos 2015.10 it was already possible to add the address data, so I don't think it's a problem of Aimeos. Maybe the Stripe version is too old and doesn't support this feature in your used version.

Nevertheless, you should upgrade to Aimeos 2020.10 because 2015.10 isn't supported since years and there may be but or security issues inlcuded.

Re: As per Indian regulations -Stripe payment

Posted: 14 Oct 2020, 09:30
by Mayank
yeah, It's not the version issue, now I am using the latest version but I am facing the same issue.