cancel
Showing results for 
Search instead for 
Did you mean: 

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

nhong
Member
1 REPLY 1

Timeout maybe?

SSL configuration?

 

Does it happen often? Maybe use wireshark or something to log connections.

kabutotx
Regular Contributor