Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

In the redirect flow the user is redirected to Everifin Paygate page where user can process the payment (select the bank and continue to bank SCA). In this flow:

  1. the merchant’s system initializes the order (details here: Payment Orders) - redirect URL is in the response

  2. redirects to URL received in step 1

  3. payer follows Everifin GUI instructions and goes through the payment process

  4. once the payer finishes the payment processing, she or he is redirected back to merchant system (payment ID is provided in the query parameter)

  5. merchant can check the payment or order status using one of these endpoints:

    1. Order status check: Get Order

    2. Order Payment status check: Get Order Payment

Usage of Everifin GUI makes the redirect flow much simpler for implementation comparing to the embedded (full API) flow.

  • No labels