Configure Authorize.net in Apache OFBiz as a Payme

2019-06-11 21:48发布

I would like to configure "Authorize.net" as a payment gateway in Apache OFBiz 13.07.01, so that I can perform the transactions through Authorize.net payment. Could anyone please help me on this?

标签: ofbiz
2条回答
相关推荐>>
2楼-- · 2019-06-11 22:11

The following are the steps to configure "PayPal" in Apache OFBiz version 13.07.01

Just go to ACCOUNTING Manager --> Payment Gateway Config --> click on find --> select Paypal Config

Add details of your PayPal account. You can configure both Authorize.net test and Prod account but only one at a time.

I've shown test / sandbox account details for PayPal You need to add following mandatory parameters are as follows:-

  • Business Email=johnK@paypal.com (This Id is shown from example perspective, it should be a business account)
  • Api User Name=XXXXXX
  • Api Password=XXXXXXX
  • Api Signature=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  • Notify Url=XXXXXXX
  • Return Url=XXXXXXX
  • Cancel Return URL=XXXXXX
  • Image Url=XXXXXX
  • Confirm Template=/order/emailconfirmation.ftl
  • Redirect Url=https://www.sandbox.paypal.com/webscr
  • Confirm Url=https://www.sandbox.paypal.com/us/cgi-bin/webscr
查看更多
Ridiculous、
3楼-- · 2019-06-11 22:18

The following are the steps to configure "Authorize.net" in Apache OFBiz version 13.07.01

Once you launch the Apache OFBiz with username=admin and password=ofbiz, you need to go to the ACCOUNTING Manager --> Payment Gateway Config --> click on find --> select Authorize Dot Net Config

Add details of your Authorize.net account. You can configure both Authorize.net test and Prod account but only one at a time.

You need to add following parameters:-

  • Transaction URL= https://test.authorize.net/gateway/transact.dll
  • Certificate Alias=certification.authorize.net-1
  • Transaction Key=XXXXXXXXXXX (You'll be get "Transaction Key" while creating Authorize.net account)
  • User Id=XXXXXX
  • Pwd=XXXXXX
  • Test Mode=false (Make your "Test Mode" option should be in false mode, if its true then by default every transaction will be successful and won't be perform through Authorize.net)

Fyi - For Production, Transaction URL is https://secure.authorize.net/gateway/transact.dll

Fyi - You can configure other 3rd party payment gateway as well and provide values in a screen accordingly

Hope this will be helpful.

enter image description here

查看更多
登录 后发表回答