Regarding Authorize.net issue

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
BetaTest
Posts: 1
Joined: 03 Jul 2019, 10:16

Regarding Authorize.net issue

Post by BetaTest » 03 Jul 2019, 10:20

Hello Aimeos,

I want to use cim method of authorize.net but unfortunately it does not come in omnipay payment gateways which you provide. It only shows three payment method in its dropdown

1. Authorize Aim
2. Authorize DPM
3. Authorize SIM

but i am unable to see authorize cim and i want to use authorize cim method for payment how to use that.

Please guide me

Regards
Deepak Sharma

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

Re: Regarding Authorize.net issue

Post by aimeos » 03 Jul 2019, 10:45

The Omnipay driver supports CIM already in it's latest version:
https://github.com/thephpleague/omnipay-authorizenet

You should add a AuthorizeCIM.php class that implements the necessary code:
https://github.com/aimeoscom/ai-payment ... er/Payment
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

kishanbupadhyaya
Posts: 16
Joined: 20 Jun 2019, 10:16

Re: Regarding Authorize.net issue

Post by kishanbupadhyaya » 05 Jul 2019, 09:08

@amieos,

How to make the Authorize.net CIM option to show up in the dropdown selection?

As i have seen aimeos documentation it supports only three authorize.net methods. There is no authorize.net CIM description

link https://aimeos.org/docs/User_Manual/Adm ... ze.net_AIM

Kindly share information about How to include Authorize.net CIM in my payment gateway.

Thank you

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

Re: Regarding Authorize.net issue

Post by aimeos » 05 Jul 2019, 12:23

@kishanbupadhyaya You should add a AuthorizeCIM.php class that implements the necessary code:
https://github.com/aimeoscom/ai-payment ... er/Payment
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

dsharma@taskme.biz
Posts: 9
Joined: 19 Jun 2019, 09:35

Re: Regarding Authorize.net issue

Post by dsharma@taskme.biz » 05 Jul 2019, 13:47

but @aimeos there is no authorise cim class. so how can i implement this class and kindly tell me steps to integrate it.

Link https://aimeos.org/docs/User_Manual/Adm ... ze.net_AIM

there is no instruction to integrate authorize.net cim method.

kindly tell us how to integrate it in our project.

Regards
Deepak Sharma

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

Re: Regarding Authorize.net issue

Post by aimeos » 06 Jul 2019, 11:26

You have to implement the class for CIM support yourself as it doesn't exist yet.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

dsharma@taskme.biz
Posts: 9
Joined: 19 Jun 2019, 09:35

Re: Regarding Authorize.net issue

Post by dsharma@taskme.biz » 10 Jul 2019, 09:03

Hello Aimeos,

I have two questions -

Frontend

1.I have implemented Authorize.net CIM class successfully. When i submit form it gives me one error

The api username is invalid or not present what to do ?
screencapture-localhost-8000-checkout-process-2019-07-09-11_50_36.png
screencapture-localhost-8000-checkout-process-2019-07-09-11_50_36.png (45.34 KiB) Viewed 3041 times

Backend

1. Is this the correct way to set up authorize.net cim service in admin panel ?
admin-screenshot.png
admin-screenshot.png (116.75 KiB) Viewed 3041 times
Thankyou

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

Re: Regarding Authorize.net issue

Post by aimeos » 11 Jul 2019, 09:00

Seems like you don't pass the required values correctly to Authorize.net
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply