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. Here is the response I get back ``` { "SC": 400, "EC": "3C4E1332", "EM": "bank.accountType" } ```
ANSWERED
ANSWERED

Permission Error Message when Creating Account

Hey there, when I run following query to the sandbox api without ?RejectDuplicateCard, everything seems to be working. But if I add it I get following error message `{"SC":403,"EC":"3C4E1019","EM":"Permission"}` The call itself: `curl --request POST \ --url "https://api.sandbox.tabapay.net:10443/v1/clients/xxxxxxxxxxxxxxxxxxxxxx/accounts?RejectDuplicateCard" \ --header 'Accept: application/json' \ --header 'Authorization: Bearer ....wALbGw' \ --header 'Content-Type: application/json' \ --data '{"card":{"keyID":"A3sFxQ4DUAq8gv5HVUa2bw","data":"Awqfi08r78BuuGilyuse7A_ShgdjpyajZlZ0vFB1DkcnzrR9tw0Gy-Tdd-gWBmjSAaJxI9USmK4nFMWoEHQpuCwSM5ppo4ZD_g-5Sbzz6rHTuHAUtrJ5Uko_l3RQardVXrXocdm7IQQPlGFezVsC5daf3GKm90PWj_skXlCN3AQRYOzD6V6pw3Tms5LfZLKmbfLpx64q9rDuiS0t_XX64xSoj-IE78ftlSdRljHRZXHo34Amf7LoD-WSSzsaigP005-Bnuy5YNpXo1EukfTiH61ahRXfWfpTNB_t6e28xj8hYMSHynHvPcaR80J7k9vZdL1EddwDEYvbjSxHHBNzVg=="},"owner": {"name": { "first": "John","last": "Customer"},"address": {"line1": "465 Fairchild Drive","line2": "Suite 222","city": "Mountain View","state": "CA","zipcode": "94043"},"phone": {"number": "4159808222"}},"referenceID": "1"}' `
ANSWERED
ANSWERED

Debit Card Transaction

I want to implement payment transfer functionality where A user can send money in CAD currency to bank account number. I tried to find resources in documentation but didn't get any clear. Can you please share exact documentation link of transfer money from debit card to bank account. If there are any working testing demo available in documentation then it will be a great help for me. Thank you in advance !
ANSWERED

Query Card retunrs 409

Use token, firstName, lastName, zipCode params and send a query with AVS , and got a 409 status code with following response. ``` { "SC": 409, "EC": "3C3E1301", "EM": "card" } ```
ANSWERED

Sandbox test card number

None of the Amex or Discover test card numbers work in sandbox, all receive the response "Sorry this type of card does not accept fund disbursement." How can we test Amex and Discover?
ANSWERED

Tokenization Page Error

Good day, I followed the instructions on how to embed the provided iframe, along with the event listener attached to the page. However, when I enter the card details and click Use Card, the SSOEncrypt network call is cancelled afterwhich there is the response: "https://sso.sandbox.tabapay.com:8443/<hidden>.html?accountNumber=4005519200000004&expirationDate=12%2F22&securityCode=1234", and the token and other details are not returned. Please assist.
ANSWERED

Create TabaPay Account

We're facing an odd error when creating a TabaPay account: ``` {\"SC\":400,\"EC\":\"3C404913\",\"EM\":\"Card Data Client\"} ``` Any idea what this means? Also is there table where all of these error values are defined for SC, EC, and EM?
ANSWERED

Create account failed

Using the card provided in the https://developers.tabapay.com/docs/sandbox-test-cards failed. ```bash {"SC":422,"EC":"3C55602E","EM":"Source Disabled"}" ```