Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jsacksick’s picture

I started to do some tests around the card on file integration, I started by implementing the charge callback, for some reasons, sending the ssl_add_token parameter, that is supposed to save the card in their add to card manager doesn't seem to work.
However, when passing the ssl_get_token, I was able to receive a token, and store it on our side.
I could make it work in test mode using ssl_test_mode = true.

jsacksick’s picture

Status: Active » Needs review
FileSize
12.29 KB
jsacksick’s picture

Forgot to remove ssl_test_mode => true, here's the new version

wuinfo - Bill Wu’s picture

API response received:
<?xml version="1.0" encoding="UTF-8"?>
4009Required Field Not SuppliedThe field Last name (ssl_city) required but not supplied in the authorization request.

jsacksick’s picture

I created a github repository containing the module with functionalities I needed for a project, including Card on file, refund, void etc.
Here's the url : https://github.com/jsacksick/commerce_elavon

wuinfo - Bill Wu’s picture

Status: Needs review » Fixed

Code was committed by @jsasksick

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.