Community
General FAQs
Find answers to 10 frequently asked questions about TabaPay.
Formatting Your Request Body
When interacting with TabaPay's API, it's important to ensure that the JSON format is optimized for performance. To achieve this, TabaPay requires all whitespace to be removed from the JSON request body parameters and response data. This is sometimes referred to as "packing", or "condensing" your JSON, or "minification" and it helps streamline communication between systems.
We are getting 429 on hitting the transaction endpoint on sandbox
Response from sandbox:
SubClient use for non-ISOs: can it be use to create sub-accounts for the same business?
Is it possible to create SubClients for different segments of a single business? We are not an ISO, but it would be helpful to use a sub-account concept to help distinguish payment processing volume and interchange fees between different product lines (e.g. web vs. mobile) within our single business.
When will Query FX api be production ready
I am mostly talking about this API: https://developers.tabapay.com/reference/queryfx
Top 10 API FAQs
Find answers to 10 frequently asked questions about the TabaPay API.
Error Message {"SC":400,"EC":"3C304949"}
What is the error code 3C304949
means?
Receiving Changelog Updates through an RSS Feed
You can subscribe to the TabaPay changelog by using an RSS feed service and input the following URL: https://developers.tabapay.com/changelog.rss
Does the TabaPay Browser SDK offer any event listener to verify if a form is valid when the auto-submit option is set to true?
I want to enable my custom button after receiving the TabaPay token. To do this, I need to validate whether the iframe form is valid. Based on the validation result, I can enable the custom button. How should I handle this scenario?
Sending Requests using Compact JSON (Required)
All requests in Sandbox and Production are sent using compact JSON.