← All explanations
Products / Process flow / PUBLIC SAMPLE

What happens when you pay online?

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

CONFIRMCHECKOUTOUTCOME
  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.