ANSWERED

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.

ANSWERED

Transaction Successful, but upstream processing was delayed

Hello 👋,

ANSWERED

Permission Error Message when Creating Account

Hey there,

ANSWERED

iFrame initialization with TabaPay Account #?

Can one initialize a TabaPay iFrame using an existing TP Account Id?

ANSWERED

Query Card returns 400/Timeout

We're trying to do Card Query with AVS. This is the body we send out in OOP style:

ANSWERED

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.

ANSWERED

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:

ANSWERED

SubClient Creation > 406 Not Acceptable

Hello,

ANSWERED
ANSWERED

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?