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
I am having an issue charging a card with this library I am using the chargeCardWithAccessCode function and this always gives me [Error: Error charging card] i am initializing the transaction on the backend as suggested on the docs.
I saw another issue #18 similar to this and someone suggested I use the card numbers like this 4123 4501 3100 1381 instead of this 4123450131001381 but still with no luck.
i tried using chargeCard method this works as expected.
The text was updated successfully, but these errors were encountered:
Hello,
I am having an issue charging a card with this library I am using the
chargeCardWithAccessCode
function and this always gives me[Error: Error charging card]
i am initializing the transaction on the backend as suggested on the docs.I saw another issue #18 similar to this and someone suggested I use the card numbers like this
4123 4501 3100 1381
instead of this4123450131001381
but still with no luck.i tried using
chargeCard
method this works as expected.The text was updated successfully, but these errors were encountered: