Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Authentication - first your system needs to be authenticated to Everifin Paygate. See Authentication

  2. Payment initialization - this step is different for both scenarios:

    1. Redirect flow - see Redirect Flow

    2. Embedded flow - see Embedded Flow

  3. Payment processing - optional step for embedded flow, see https://everifin.atlassian.net/wiki/spaces/EPAD/pages/2467561560/Embedded+Flow#3.-Process-payment

  4. Hooks - optional step, all changes of the payment can be send to you by a hook. See /wiki/spaces/~5dd3fb319def2a0ee974c384/pages/2467561622

  5. Get payment(s) - you can get payment data for single payment or payment list. This can be used to check payment status in case you do not use hooks. See https://everifin.atlassian.net/wiki/spaces/EPAD/pages/2467561608/Payment+Resources#Get-payments

...