All attempts at replicating the Stripe PaymentIntents table are failing in replication package (ID = 138211).
There are two kinds of failures:
1) Timeout errors connecting to the Stripe service - For example, run ID 66036558
The run log reports the following error: "Object error / Server did not respond within the specified timeout interval."
When I perform a manual GET operation on api.stripe.com/v1/payment_intents , even with limit=100 (the max), I consistently get a response under 10 seconds.
Question for this failure: What is your timeout threshold for this API? Can it be adjusted?
2) Failed rows - For example, run ID 66015945
The run log does not indicate any specific failure, it simply indicates the number of rows that failed.
Question for this failure: What is the cause of the failed rows? And where would we find information about these failures in the future?
Thanks in advance.