Skip to main content

Payment Processing

General workflow (WEB-based methods)

  1. An init request is made, and in response, data for redirection is received.
  2. Redirection to the payment system occurs.
  3. Return from the payment system to the frontend with data about the result.
  4. A pay request is made with data from the payment method.
  5. If the transaction status is S (successful), an order is created.