Everyone plans for launch day. The problems show up in week three, when volume is real and the edge cases arrive.
Here is what I mean by an edge case. A merchant's approval rate slips four points over eight days. No outage, no error spike, no alert. Every individual payment looks normal — the declines are ordinary soft declines. A generic support queue closes that ticket: "declines are issuer-side, please contact your acquirer."
It was a dunning problem. Subscription retries were firing on a schedule that stacked several attempts into the same 24 hours, and issuers were treating the pattern as suspicious. The fix took an afternoon. Finding it took reading the failure instead of the decline code.
A decline code tells you what the issuer said. It rarely tells you why your business is losing money. The difference between those two is where support either earns its price or quietly costs you revenue for months.
That difference is mostly structural, not heroic:
The person answering has seen your account before. Context beats escalation speed. An engineer who knows your routing rules diagnoses in minutes what a rotating queue takes days to reproduce.
Incident ownership stays with a person, not a queue. Handoffs are where root cause goes to die. One named owner from first message to post-mortem.
Engineers who built the system are reachable. For payments infrastructure, tier-one script readers cannot answer the questions that matter.
Week-one measurement is deliberate. Approval rate by acquirer, by BIN range, by method — measured during onboarding so that a four-point drift in month three is visible against a baseline rather than argued about.
Vendor selection conversations tend to stay on features. These four questions get you closer to reality:
What did you actually fix for a customer last month? Ask for a specific incident, not an SLA number. Specifics are hard to invent.
Who answers at 2am, and what can they change? Someone who can read logs is not the same as someone who can change a routing rule.
What happens when a payout fails silently? The answer reveals whether they monitor outcomes or just endpoints.
How is the handover from onboarding to support? If the team that integrated you disappears at go-live, you will re-explain your architecture during your first incident.
Support is the least glamorous line in a payment vendor's pitch deck and the one that decides whether you renew. Nobody switches providers because the API docs were beautiful. They switch because something broke and the response taught them what the relationship is actually worth.
We publish how our own support works — team structure, what we measure during onboarding, and what we cover when things break — because it is easier to argue about a written standard than about promises:
If you are evaluating gateways right now, steal the four questions. Use them on us too.
0
1
0