Passing Custom FIelds to Cardpointe
-
Hi Gravity Forms,
I was assisting with a Gravity Forms -> Cardpointe integration and noticed that gravity forms does not currently support custom fields. Could this be added into the roadmap for your development team?
POST request to https://fts.cardconnect.com/cardconnect/rest/auth
{ "merchid": "omitted", "track":" omitted", "expiry": "omitted", "ecomind": "E", "amount": "1", "currency": "USD", "name": "Cardpointe Test Trnx", "capture": "y", "userfields": {"customproduct": "This originated with form submission 2", "customdata": "another custom field"} }
The API call above will send custom fields to the Cardpointe transactions. This is crutial for a merchant because they are looking to identify the exact gravity form used for a payment. This information can surely be found within gravity forms itself, but it’s benefical for this merchant to not allow more users into their wordpress site; as they mostly work inside the cardpointe virtual terminal/website.
Let me know if you need any further information on the “userfield” key.
- The topic ‘Passing Custom FIelds to Cardpointe’ is closed to new replies.