Jump to content

KhensU

Retired Forum Member
  • Posts

    5
  • Joined

  • Last visited

About KhensU

KhensU's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I figured out it was a localapi call that causing the issue. Not sure of the reason but I'll have to do it another way.
  2. Hi, So I am working on a payment gateway with remote tokenization. This is the second module I have done. I have started with the storeremote function which works well except for one problem. The gateway returns the token fine. WHMCS says it saved the card fine but it doesn't show in the paymethod list. Looking in the tblpaymethods table the 'deleted_at' field is filled out with the current date! The return of the function is: $response = [ 'success' => 'true', 'token' => $whmcs_token, ]; return ['status' => 'success', 'rawdata' => $response, 'gatewayid' => $whmcs_token]; the active log says a Pay Method was created. Any idea what would save and mark the card deleted at the same time?
  3. Hi, I'm in the midst of developing a tokenized gateway module. It seems that there is only one gatewayid (token) stored in WHMCS. What happens with the additional credit cards stored in the client profile? Is there not a token for each one? If not, then isn't the multiple card feature useless? One certainly couldn't switch between them. Is it possible to disable the multiple card feature?
  4. Hello, We have set up a product as a free trial following the documentation. Pay type is set to free. It is set to "Automatically setup the product as soon as an order is placed" but the product is left pending. Only after accepting the order, will it provision. Any idea on what could be wrong?
  5. Has anyone a working setup that involves CVV2 ? After asking Elevon to turn on CVV2 our backed/recurring requests fail due to no CVV2 data passed. I understand that the data isn't stored but other systems seem to use a "verify only if it is passed" type system. Any comments?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated