Regarding Authorize.net issue
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Regarding Authorize.net issue
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
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
Re: Regarding Authorize.net issue
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
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, give us a star
If you like Aimeos, give us a star
-
- Posts: 16
- Joined: 20 Jun 2019, 10:16
Re: Regarding Authorize.net issue
@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
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
Re: Regarding Authorize.net issue
@kishanbupadhyaya You should add a AuthorizeCIM.php class that implements the necessary code:
https://github.com/aimeoscom/ai-payment ... er/Payment
https://github.com/aimeoscom/ai-payment ... er/Payment
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 9
- Joined: 19 Jun 2019, 09:35
Re: Regarding Authorize.net issue
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
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
Re: Regarding Authorize.net issue
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, give us a star
If you like Aimeos, give us a star
-
- Posts: 9
- Joined: 19 Jun 2019, 09:35
Re: Regarding Authorize.net issue
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 ?
Backend
1. Is this the correct way to set up authorize.net cim service in admin panel ?
Thankyou
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 ?
Backend
1. Is this the correct way to set up authorize.net cim service in admin panel ?
Thankyou
Re: Regarding Authorize.net issue
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, give us a star
If you like Aimeos, give us a star