Community
We are getting 429 on hitting the transaction endpoint on sandbox
Response from sandbox:
{"SC":429,"EC":"3C51010D","EM":"Limits Lock"}
Posted by Kumar Gaurav 14 days ago
Create account fails with 403
I'm trying to create an account by calling this endpoint:
<https://api.sandbox.tabapay.net:10443/v1/clients/{_clientId}_{queryString!.SubClient}/accounts?OkToAddDuplicateCard>
I'm passing the provided Bearer token in the header and this is my payload:
{"referenceID":"123","card":{"token":"58-9-3701392"},"owner":{"name":{"company":"test","first":"john","middle":"","last":"Doe","suffix":"Jr."},"address":{"line1":"22 Ocean Dr","line2":"","city":"Miami","state":"FL","zipcode":"1305963","country":"840"},"phone":{"countryCode":"1","number":"3058906132"}}}
but this is the response I'm getting:
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Posted by Ramiro Allen about 1 month ago
When will Query FX api be production ready
I am mostly talking about this API: <https://developers.tabapay.com/reference/queryfx>
It is currently marked as "sandbox only". Are there any plan to release this soon ?
Posted by Razine Bensari about 1 month ago
Unable to connect to Sandbox
Getting the below error when connecting to Sandbox.
My IP address is already whitelisted at Tabapay end.
We have confirmed with our network team that port 10443 is not blocked at our end. They suggested us that it seems to be a SSL handshake issue at Tabapay side
- Host api.sandbox.tabapay.net:10443 was resolved.
- IPv6: (none)
- IPv4: 52.39.125.161
- Trying 52.39.125.161:10443...
- Connected to api.sandbox.tabapay.net (52.39.125.161) port 10443
- schannel: disabled automatic use of client certificate
- ALPN: curl offers http/1.1
- Recv failure: Connection was reset
- schannel: failed to receive handshake, SSL/TLS connection failed
- Closing connection
- schannel: shutting down SSL/TLS connection with api.sandbox.tabapay.net port 10443
- Send failure: Connection was reset
- schannel: failed to send close msg: Failed sending data to the peer (bytes written: -1)
curl: (35) Recv failure: Connection was reset
Posted by Sathya about 1 month ago
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.
Posted by null about 1 month ago
Error: read ECONNRESET
We are trying to connect to your sandbox for our RTP integration. Before that we keep getting "Error: read ECONNRESET" during a connection call.
Note: We had already submitted / shared our IP addreses and ranges to get Whitelisted. Is there anything else that is required (e.g. client certs etc). Please assist.
Posted by Satyen about 2 months ago
ACH Return File > $0 Amount / COR Entry Type
In the documentation of the \[ACH Return Files](<https://developers.tabapay.com/docs/overview-of-ach#ach-return-file-format>) there's a `Class` field, which we found is most likely Entry Type found as found [here](https://developers.tabapay.com/docs/overview-of-ach#response-and-processed-file-format) with the following possible values:
- CCD (corporate accounts)
- PPD (personal checking accounts)
- Web (transactions that are initiated over the internet)
- COR ("Corporate Entry" used for non-monetary entries, not used for actual fund transfers but are instead used to make adjustments) (not mentioned in docs)
We recently found a `COR` entry in an ACH Return file with $0 as the amount.
Is that any different from ordinary returns? Why is it marked as $0 when the original ACH was non-zero?
Thank you!
Posted by [email protected] 3 months ago
TabaPay Support
We love questions on the TabaPay API and all things payments! If you have any general API questions, please ask them right here in the community forum!
However, if you have any specific questions related to your client specifications (e.g. [coding issues](https://developers.tabapay.com/reference/coding-issues) , or [adjusting limits](https://developers.tabapay.com/docs/adjusting-limits) , you can submit a support a request to [TabaPay Support](https://tabapay.zendesk.com/hc/en-us/requests/new).
Posted by TabaPay Team 3 months ago
Account Creation failing with Error when using ASN.1 encryption key
For Account Creation I tried sending base64 encoded encrypted data (encrypted using key generated via CreateKey API).
I am getting **500** error with EC: **3C451372**
# Details:
**(1) Endpoint**: Create Account
**(2) Request Body:**
> const body = {
> "referenceID": grTo7EQixHbEgQq,
> "card": {
> "keyID": xuMKYzTSSQg8AvMOxo5v9g,
> "data": R12GLdX4kKrevO0zZCiiK1SVzDeIWqaonPq5RXQ4aYH-\_\_\_Emcj-GPS2hl860IP-2hW-fq5ECNtra-9da0phJBDnd9WdRfFCbfDvpXWQH1e5IF_Ys9WRs5CEYXarj0hARv_kVJJO2sklhTEy8zyfniork59BUfbQqaLKOkDdnM1qsgnavNP7pK3Bq5E6ZqTxd_5d05i5lwSP34U6-V4DIkhQXib9KVuv9lulpHfrD-4arj4k4I0CzwyFHKhb6yEB-XmlifvO2u36K_7eFGRQKDWY0OL3OlFEWrTjCgq-KQHo3RP4mY1H-y6iJ2_y93yMyGHQPhru1wej_5-lNYEQ_Q,
> },
> "owner": {
> "name": {
> "first": placeholderName,
> "last": placeholderName,
> },
> },
> "phone": {
> "number": placeholderNumber,
> },
> };
Sending the stringified version of body.
Posted by Jay Desai 5 months ago
Introducing Dark Mode for Developer Docs
You can now view TabaPay Developer docs in dark mode by following these steps:
1. While in light mode, go to the top right and click the sun icon on the top right.
2. Dark mode should appear.
![Light Mode Docs](https://files.readme.io/6d7b55b-Screenshot_2024-04-17_at_1.09.12_PM.png)
To return to light mode just click the moon icon at the top right.
![Dark Mode](https://files.readme.io/6d1f137-Screenshot_2024-04-17_at_1.09.21_PM.png)
Posted by Kyle Pollock 5 months ago