Community
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?
Reuse existing Account Credit Card for Transaction
How are we supposed to reference existing Account credit cards to pull from for transactions, when the Retrieve Client API returns only the cc last 4 digits + expiration month? Shouldn't there be an id for cc's? Shouldn't it too not return an array type?
iOS 3DS challenge Flow callback
I am following the https://developers.tabapay.com/reference/how-to-use-the-3ds-sdk-starter-guide to implement 3DS.
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.
Create account failed
Using the card provided in the https://developers.tabapay.com/docs/sandbox-test-cards failed.
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.
Provides more request/response for the APIs calling
Currently, writing codes to integrate Tabapay APIs is not easy. I found there are some example json(request/response) in the additional APIs reference section.
Create TabaPay Account
We're facing an odd error when creating a TabaPay account:
3-D Secure iOS SDK returns different value from Android SDK
When using test card 5555-5555-5555-4444 to test the 3-D Secure expected error condition, we get a different result from the 3-D Secure mobile app Android SDK than we do from the iOS SDK. That card is supposed to cause a Step Up Authentication is Unavailable condition. When we use the Android SDK we get a NoAction
value from the onValidated
call in the validateResponse.getActionCode
. For the same scenario in iOS the stepUpDidValidate
has a null
value for validateResponse
, and no actionCode
value is available. We expect the iOS stepUpDidValidate
call to include a valid validateResponse
with an actionCode
of NoAction
.
Failed Pull Transaction
Hello 👋