1 post / 0 new
deedouglas9663
Payezzy.js, Not so easy - missing data

Help! I am trying to set up an online donation form using the payezzy.js token based method. It is working - sort of - just not as needed. When submitting transactions to the demo gateway, the data captured is incomplete.

First, if the "auth" field is set to false the submission will not work at all. Setting it to true allows the transaction to go through, but some of the submitted data is missing.

On the demo site when I look at the transaction details, I don't see the address information, phone number, or email for the user. Also, the amount always comes through as 0.00, even though a dollar figure is input in that field. The data is being submitted with the payezzy-data attributes in the form fields, so where does it go? The only transaction data I see is the basic credit card info and nothing else.

I have also tried to send a custom reference number as payeezy-data="customer_ref" and a transaction type of "purchase" with payeezy-data="transaction_type". Nothing. It does not appear this data is getting submitted either. In the transaction data it just has "not available".

What am I missing here? How can I capture the missing pieces of data using the payezzy.js script? Is this even doable? Any help will be appreciated.