Community
Create Transaction 400 BAD_REQUEST
Hello TabaPay, we're unable to do a test create transaction request. Here's some pseudo code:
```
CreateTransactionRequest(
referenceID = body.referenceId, // some uuid
amount = body.grossTipAmount.toString(), // amount
currency = body.currency, //840
type = PULL,
accounts = CreateTransactionRequest.Accounts(
sourceAccountID = null,
sourceAccount = CreateTransactionRequest.Accounts.SourceAccount(
card = CreateTransactionRequest.Accounts.SourceAccount.Card(token = token) // from iFrame
)
),
)
```
We're getting the following in our logs:
```
2022-06-11 04:05:40.605 TRACE 1 --- [or-http-epoll-2] o.s.w.r.f.client.ExchangeFunctions : [44fc6c19] [e5c7d29f-1, L:/169.254.175.252:52224 - R:api.sandbox.tabapay.net/52.39.125.161:10443] Response 400 BAD_REQUEST, headers=[Server:"nginx", Date:"Sat, 11 Jun 2022 04:05:40 GMT", Connection:"close", Strict-Transport-Security:"max-age=31536000; includeSubdomains", X-Frame-Options:"SAMEORIGIN", X-XSS-Protection:"1; mode=block", X-Content-Type-Options:"nosniff", content-length:"45"]
```
We're then getting:
```
UnsupportedMediaTypeException: Content type 'application/octet-stream' not supported for bodyType=CreateTransactionResult
```
Is it possible for you guys to check your logs around the same time and see what is causing the error? Btw, we put a fake CC of 4242...
Any pointers would be of great help.
Thanks!
Posted by [email protected] 8 months ago
Sandbox cards view
This view isn't as accessible as the original view (which was just a plain table):
https://developers.tabapay.com/docs/sandbox-test-cards
Posted by [email protected] 9 months ago
The API Sandbox URL is not accessiable
Today I tried to explore the TabaPay API, and used the sandbox env variables from TabaPay.
`curl https://api.sandbox.tabapay.net:10443/v1/clients/<ClientID> -H "Authorization:xxx"` got a timeout error.
Posted by hantsy 9 months ago
Error when doing push/pull regarding settlement account
Whenever you try to do a push or pull transaction the Sandbox API responds with an error regarding the Settlement Account. Is this error because a bank needs to be added to the destination account or source account? I've even tried the examples but substituting he card for the sandbox card, but I get the same error.
```
{
"SC": 400,
"EC": "3C5E4020",
"EM": "Settlement Account"
}
```
Posted by Dondrey Taylor 8 months ago
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"}'
`
Posted by Ismael 6 months ago
iFrame initialization with TabaPay Account #?
Can one initialize a TabaPay iFrame using an existing TP Account Id?
Posted by [email protected] 8 months ago
Is there an example to handle Stripe *Accept Payment* with TabaPay
Is there is a complete example to demonstrate how to convert a Stripe **Accept Payment** to TabaPay API?
Posted by Hantsy 9 months ago
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 !
Posted by [email protected] 8 months ago
How do I use CVV?
Can you please reconfirm how exactly you are using the CVV code that we send to you with each transaction and how it's verified against the actual card ?
if per transacted the entered CVV code does not match or if CVV entry was missing what exact error codes do you return ?
Posted by Juan Mena 6 months ago
Sign In option
Why there are not an Sign In option, As a developer I just waste my more than 1 hour to find sign in option 😔. Later I found that you can create account with login option. I think this thing creating confusion to new users. Please add sign in option for more better user experience .
Posted by [email protected] 8 months ago