You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The add_payment method only supports sending credit cards as they are (which Checkout.com only supports if you're a PCI-compliant merchant). Checkout.com recommends tokenized cards for most merchants.
I think I will make a PR for this and model it off of the Stripe gateway code. There's quite a few things that the current gateway implementation doesn't support and I might make a couple of PRs.
The text was updated successfully, but these errors were encountered:
obahareth
changed the title
Checkout.com V2 API Doesn't Support Tokenized Cards
Checkout.com V2 Implementation Doesn't Support Tokenized Cards
May 9, 2019
The add_payment method only supports sending credit cards as they are (which Checkout.com only supports if you're a PCI-compliant merchant). Checkout.com recommends tokenized cards for most merchants.
I think I will make a PR for this and model it off of the Stripe gateway code. There's quite a few things that the current gateway implementation doesn't support and I might make a couple of PRs.
The text was updated successfully, but these errors were encountered: