Zen Cart Logo
Forums / Addon Payment Modules / Help with Payeezy Gateway and Soft Descriptors

Help with Payeezy Gateway and Soft Descriptors

Views: 617

Results 1 to 2 of 2
1 May 2017, 2:23 PM
#1
tmpinsnty avatar

tmpinsnty

New Zenner

Join Date:
Jun 2016
Location:
Minneapolis, MN
Posts:
37
Plugin Contributions:
0

Help with Payeezy Gateway and Soft Descriptors

Help!!

I will keep on looking but if someone can point me to the correct file where I can add soft descriptors for my payeezy API I would really appreciate it. No one else seems to be having this issue.

I looking for through all the payment/payeezy files to see where this code is generated:
{
"gateway_id": "A00001-01",
"password": "zzzz",
"transaction_type": "00",
"amount": 11,
"cardholder_name": "JEFFREY LEBOWSKI",
"cc_number": "4111111111111111",
"cc_expiry": "0314",
"soft_descriptor": {
"dba_name": "Autobahn"}
}

1 May 2017, 2:27 PM
#2
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Help with Payeezy Gateway and Soft Descriptors

In ZC 1.5.5:
includes/modules/payment/payeezyjszc.php

At/around line 355 is where it starts to be defined.