Community
Create transaction after 3ds authentication
When we are creating a transaction after the successful 3ds verification, do we need to pass the ECI and UCAF values?
soft descriptor in the create transaction API
Do we need to send the Full address inside the softdescriptor object. Some of the required fields are ambiguous.
Is it possible to get details about these internal error codes?
"EC": "3C55602E",
ACH Input CSV file format
we are switch to use Kotlinx Dataframe lib to generate the standard csv format for the ACH Input file, to replace our former manual text producing.
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
.
The Transaction Final Status
When create a transaction by creditcard etc, the Http Status 200 still includes a status field, the values could be https://developers.tabapay.com/reference/resource-status and from the transaction status page, https://developers.tabapay.com/reference/transaction-resource-status it could has some middle status.
Status: Unable to Complete Authentication
The 3ds/lookup and 3ds/authenticate API calls both return a Status. One of the possible status values is U , Unable to Complete Authentication. Should this be interpreted as a "system not available" response, or should it be interpreted as a "failed authentication" response?
JSON Content-types for responses
Hello 👋
API ratelimit?
In our system, we have a scheduled task to send a collection of payments at the same time, but the scheduled task was failed due to connection lost in the middle way.
Transction type when switch to ACH API
we are trying to use the newest ACH API to send payment, but in the original ACH input file, there is no pull/push type, just credit/debit, what is the tx type in the ACH API.