Synarkview

A little curiosity goes a long way.

← All explanations
S / 01/Products/Process flow

What happens when you pay online?

Follow a payment from checkout to confirmation—and see why “processing” is not the same as “paid”.

Explore in 6 steps ↓Scope & source ↗
ONE CONNECTION AT A TIME

LET’S TAKE
A CLOSER LOOK.

Choose a step or follow the sequence.
The complete explanation is here, too.

S / 01/Process flowSOURCE-LINKED EXPLANATION
CONFIRMCHECKOUTOUTCOMEA simplified model. Follow the highlighted part.
CHECKOUT01 / 06

Start at checkout

A customer chooses how to pay. The payment begins with an amount and a currency; collecting payment details does not mean it has succeeded.

  1. 01 / CHECKOUT

    Start at checkout

    A customer chooses how to pay. The payment begins with an amount and a currency; collecting payment details does not mean it has succeeded.

  2. 02 / CONFIRM

    Confirm the intent

    The payment is confirmed with a payment method. Confirmation asks the payment system to attempt the payment.

  3. 03 / AUTHENTICATE

    Complete any extra action

    Some payments require an additional customer action, such as authentication. Others move on without this step.

  4. 04 / PROCESS

    Wait for the result

    Some methods process asynchronously. A processing state means the final outcome is still pending.

  5. 05 / RESULT

    Handle the outcome

    A successful payment reaches succeeded. A failed attempt may require another payment method; a cancellation is another possible outcome.

  6. 06 / FULFILL

    Connect it to the order

    The merchant uses the verified payment result to decide what happens to the order. The illustrated success path omits retries and method-specific branches.

INSPECT THE POSSIBILITIES

WHAT HAPPENS
NEXT?

A successful payment and a failed attempt lead to different next steps.

ONLINE PAYMENT / EXPLORER02 / CONNECTIONS
01 / CHECKOUTPayment details02 / CONFIRMSubmit payment03 / PROCESSAwait outcome04 / CONFIRMEDReady to fulfillADDITIONAL AUTHENTICATION, IF REQUIREDFAILED? TRY ANOTHER PAYMENT METHOD.

Confirmation attempts the payment. After any required action or processing, a verified successful result is the signal to fulfill the order.

Read the payment explanation ↗
THE EDGES OF THE PICTURE

What this model covers.

A simplified explanation of Stripe’s PaymentIntent lifecycle. Payment methods differ; this is not a complete banking or settlement model.

GO TO THE SOURCE · OPENS A NEW TABStripe · PaymentIntent lifecycle

An authored visual explanation. The illustration is a metaphor; the steps describe a simplified model.