Skip to article

Stripe

Troubleshooting

Limits of the connector, common symptoms, and short answers.

Limits#

LimitValue
Connections per tenant1
History availableAbout 30 days, set by Stripe's Events API
Signature tolerance5 minutes
Polling intervalAbout 5 minutes, stretching to 1 hour when quiet
Page size when polling100 events

Values can change

These are the defaults today. They live in configuration, not in your contract, so treat them as guidance.

Symptoms#

You seeLikely causeWhat to do
No events at allThe connection is not ACTIVE, or the account id does not matchCheck the state, then confirm the acct_ id
Polled events arrive but webhook events do notNo webhook endpoint exists yet, or it is disabledWait for the next endpoint check, about 30 minutes, or ask Verlix to look
Deliveries answered 202Bad signature, unknown connection, or an event from another accountVerify the signing secret is current. A rotated secret must be passed to Verlix
Deliveries answered 429Verlix is limiting this tenant or sourceNothing. Stripe retries using Retry-After
Events older than about a month are missingStripe no longer serves them through its Events APIThese cannot be recovered through this connector
The same event appears twiceA webhook retry or a polling overlapDeduplicate on the Stripe event id
Events out of orderDelivery order is not guaranteedOrder by the event's created time, not by arrival
Nothing after an outagePolling was suspended after repeated failuresIt resumes on its own after 10, 30, then 60 minutes

Short answers#

Does Verlix change my Stripe data? No. It reads events, and it manages one thing on your account: its own webhook endpoint.

Can I link two Stripe accounts to one tenant? No. One tenant holds one Stripe connection.

Does Verlix collect payments through Stripe? No. This connector receives events. It does not charge anyone.

Are amounts altered on the way in? No. The body is stored exactly as Stripe sent it, so a value such as 1.10 is kept as written.

Can I replay old events? Not from this connector. Deliveries that could not be placed are kept unaltered for review, but there is no self-service replay.

Something looks wrong and none of this helps. Contact the Verlix team with your tenant name, the approximate time, and the Stripe event id. Do not send the delivery URL or any secret.