As per Indian regulations -Stripe payment

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Mayank
Posts: 4
Joined: 13 Oct 2020, 12:50

As per Indian regulations -Stripe payment

Post by Mayank » 13 Oct 2020, 13:00

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.

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: As per Indian regulations -Stripe payment

Post by aimeos » 14 Oct 2020, 06:50

Can you please check here why the address data is not available in your case?
https://github.com/aimeoscom/ai-payment ... #L701-L703
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Mayank
Posts: 4
Joined: 13 Oct 2020, 12:50

Re: As per Indian regulations -Stripe payment

Post by Mayank » 14 Oct 2020, 08:20

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
Last edited by Mayank on 14 Oct 2020, 08:27, edited 1 time in total.

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: As per Indian regulations -Stripe payment

Post by aimeos » 14 Oct 2020, 08:25

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Mayank
Posts: 4
Joined: 13 Oct 2020, 12:50

Re: As per Indian regulations -Stripe payment

Post by Mayank » 14 Oct 2020, 08:35

I am using an old version
Aimeos (aimeos.org), 2015-2018

Will it be the issue?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: As per Indian regulations -Stripe payment

Post by aimeos » 14 Oct 2020, 09:02

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Mayank
Posts: 4
Joined: 13 Oct 2020, 12:50

Re: As per Indian regulations -Stripe payment

Post by Mayank » 14 Oct 2020, 09:30

yeah, It's not the version issue, now I am using the latest version but I am facing the same issue.

Post Reply