CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/payment-flow-states-reference

Pure-reference catalog of payment lifecycle state machines across Stripe, Adyen, PayPal, and Braintree: canonical states (created / requires_action / processing / succeeded / requires_capture / canceled / failed), authorisation vs capture, asynchronous webhook states, refund / dispute / chargeback transitions, and the 3-D Secure (EMVCo 3DS 2.x) frictionless / challenge flow paths with per-gateway 3DS test cards (references/3ds-flows.md). Use when designing tests for payment flows, auditing state-handling code, or covering a 3DS round-trip; this is the state model, not a builder - to author suites on it use payment-flow-test-author (refunds, disputes, webhook replay).

72

Quality

90%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

gateway-test-cards.mdreferences/

Gateway 3DS test cards

Per-PAN test cards that drive 3DS challenge, frictionless, and bypass flows in each gateway's test mode. Cross-referenced from 3ds-flows.md. For single-gateway work, prefer the gateway skills (stripe-test-cards-and-webhooks, payment-gateway-sandboxes).

Stripe

Per docs.stripe.com/testing#regulatory-cards:

CardBehaviour
4000 0027 6000 3184Authentication required (challenge)
4000 0025 0000 3155Authentication required (challenge), payment failure after success
4000 0000 0000 3220Authentication required (challenge), payment success
4000 0000 0000 30553DS supported but not required (frictionless)
4242 4242 4242 4242Standard test card (no 3DS)

Adyen

Per docs.adyen.com/development-resources/test-cards-and-credentials/test-card-numbers:

CardBehaviour
4917 6100 0000 00003DS 2 challenge flow
5454 5454 5454 54543DS 2 frictionless
4012 8888 8888 18813DS 1 (deprecated; for migration testing)

Braintree

Per developer.paypal.com/braintree/docs/guides/3d-secure/testing/node:

CardBehaviour
4000 0000 0000 1091Authenticate via standard flow
4000 0000 0000 1109Frictionless
4000 0000 0000 1125Bypass (skipped)

SKILL.md

tile.json