Community
What account types can be specified when adding a bank?
Whenever you try to add a bank within sandbox to an account, the API responds with an error on the bank account type. The API says to provide a single character code, but doesn't say what the available codes are. I've tried going through the entire alphabet (including uppercase) and digits, but all return the same error.
Transaction Successful, but upstream processing was delayed
Hello 👋,
Permission Error Message when Creating Account
Hey there,
iFrame initialization with TabaPay Account #?
Can one initialize a TabaPay iFrame using an existing TP Account Id?
Query Card returns 400/Timeout
We're trying to do Card Query with AVS. This is the body we send out in OOP style:
Get a 410 status code when deleting account
I tried to delete an account, it returned a 410 status code, and empty response.
I am not sure where is wrong.
Create Transaction > Apple Pay > Permission Error
I tried hard-coding my name for testing Apple Pay per: https://developers.tabapay.com/discuss/63289626a7c4420dfcd48ec4 to see if transactions would go through, but they aren't. Instead am getting a permission error:
SubClient Creation > 406 Not Acceptable
Hello,
Sandbox AVS test cards
Are there any sandbox cards to test AVS card query to test error validation for cvv and expiry date errors? Also do we always get AVS networkRC 85 in sandbox? How to get 00 for networkRC?
3-D Secure: Which transaction ID continueWithTransaction mobile SDK call?
The 3-D Secure starter guide explains that after calling the TabaPay 3D Secure Lookup API then the developer should call the continueWithTransaction... method in the Android/iOS SDK. The SDK calls take a TRANSACTION_ID
parameter. Is the value for that parameter supposed to be taken from the processorTransactionID
or the dsTransactionID
value in the response to 3D Secure Lookup?