Authorization
The card-network approval step that checks whether a payment can be accepted before funds are captured.
Why it matters
Authorization matters because approval rate, decline reason, issuer decisioning, token quality, 3DS outcome, fraud controls, and retry logic all affect checkout revenue and customer experience.
How it works
In practice, transaction details are sent through the payment processor and card network, the issuer evaluates account status and risk signals, and the response returns as an approval, decline, or condition that affects the next payment step.
Risks and pitfalls
The main pitfall is optimizing authorization rate without controlling fraud, cost, or customer eligibility. A higher approval rate is not automatically better if bad traffic, weak authentication, or poor retry logic increases losses.
Regional notes
In BIST/MOEX/global payment analysis, authorization should be separated from local acquiring performance, cross-border routing, issuer behavior, currency handling, and the merchant’s capture policy.
Related terms
Compare with
CaptureBuild from
Payment GatewayPrimary sources
Stripe
2026-04-30Stripe Docs: Separate authorization and capture
Primary implementation source for authorization holds, capture timing, and manual capture windows.
Adyen
2026-04-30Adyen Docs: Capture an authorized payment
Primary implementation source for payment capture after authorization, manual capture, and capture request behavior.
Visa Developer
2026-04-30Visa Developer: VisaNet Connect Acceptance
Primary network source for acquirer-facing authorization, capture, clearing, settlement, and issuer decision routing.
Reviewed
5/4/2026
Common questions
What does Authorization mean?
The card-network approval step that checks whether a payment can be accepted before funds are captured.
Why does Authorization matter in fintech?
Authorization matters because approval rate, decline reason, issuer decisioning, token quality, 3DS outcome, fraud controls, and retry logic all affect checkout revenue and customer experience.
What risks should teams watch with Authorization?
The main pitfall is optimizing authorization rate without controlling fraud, cost, or customer eligibility. A higher approval rate is not automatically better if bad traffic, weak authentication, or poor retry logic increases losses.