Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.51 KB

serverToServer.md

File metadata and controls

32 lines (21 loc) · 1.51 KB

Server-To-Server integration

This type of integration allows to interact with Payop API and control almost each step of the payment.

It is suitable for those who have enough resources for development
and at the same time want have more controls of the payment.


Notes:

  • You can see example of Server-To-Server integration in the Checkout Demo App repository.
  • Server-To-Server integration can only be used for card methods with ID 381, 480, 481. You can view the list of available methods for the project using the request getPaymentMethod.

Checkout Flow

  1. Create invoice

  2. Make decision on the next step

    When invoice was created, you can decide what to do next.

    Here are two cases possible, depending on the payment method, specified when creating invoice:

  3. Check invoice status and decide what to do next.

  4. Receive IPN.