...
the merchant’s system initializes the order (details here: Payment Orders) - redirect using endpoint: https://everifin.atlassian.net/wiki/spaces/EPAD/pages/2562228372/Payment+Orders#Order-initialization). Redirect URL is in the response
redirects to URL received in step 1
payer follows Everifin GUI instructions and goes through the payment process
once the payer finishes the payment processing, she or he is redirected back to merchant system (payment ID is provided in the query parameter)
merchant can check the payment or order status using one of these endpoints:
Order status check: Get Order
Order Payment status check: Get Order Payment If the merchant implemented Webhooks functionality (highly recommended), the payment status is being provided to merchant’s webhook instantly whenever the status of the payment changes.
Usage of Everifin GUI makes the redirect flow much simpler very simple for implementation comparing to the embedded (full API) flow.
Drawio | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...