Thu, 11/30/2017 - 03:42
#1
Queries regarding ValueLink integration
I am trying to run inbuilt valuelink integration with ofbiz. There are few attributes which are required for the same. Can you please help me identify what should be the values for below attributes:
payment.valuelink.merchantId=
payment.valuelink.terminalId=
payment.valuelink.url=
payment.valuelink.certificateAlias=
payment.valuelink.prime=
payment.valuelink.generator=
payment.valuelink.publicValue=
Thanks,
Laxmi
That's all information that would come from ValueLink directly and not any sort of Payeezy credentials. Payeezy doesn't use a terminal ID or 'certificate alias'.
Since value link gift card is also a part of payeezy as per the documentation provided by payezzy, please guide me how can i utilize that?
Payeezy acts as a redirect to ValueLink. The credentials you're asking for are not used with Payeezy's API in any manner. ValueLink also has their own API so you'd have to consult their support team and documentation. If you're working with a merchant they should be able to contact their gift card support team to direct your inquiry appropriately.
Payeezy ValueLink sample request
https://developer.payeezy.com/payeezy-api/apis/post/transactions-8
Additionally, I assume you're referring to the code at the URL below.
https://github.com/SiteView/siteview_ofbiz/blob/master/applications/accounting/config/payment.properties
There are references to Cybersource, Worldpay, Verisign/Payflow, ClearCommerce and authorize.net all over that code which are completely different payment gateways.
Now I am using payeezy gift cards, Can you please confirm which API among all gift card API's of payeezy I need to use to redeem gift card purchased?
https://developer.payeezy.com/payeezy-api/apis/post/transactions-8
You have the correct link for the request payload structure. Code samples are on GitHub
https://github.com/payeezy
However, there isn't any pre-built functions to process ValueLink transactions.