Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rate limit to createCustomerPaymentProfile API
Hi there,
Recently I've been seeing this error very frequently in our integration tests:
Thu, 20 May 2021 08:48:39 -0700 ERROR : [_sendRequest] (.../vendor/authorizenet/authorizenet/lib/net/authorize/util/HttpClient.php : 106) - CURL ERROR: Failed to connect to apitest.authorize.net port 443: Connection reset by peer
The things is if I ran the test suite separately from other suites, it passed nicely.
In most of our tests, we use the createCustomerPaymentProfile API to create a test user.
Is there any rate limit to this API?
We're using the Php SDK.
Thanks
โ05-20-2021 09:30 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Timeout maybe?
SSL configuration?
Does it happen often? Maybe use wireshark or something to log connections.
โ05-20-2021 11:44 AM

