/
ONLINE PAYMENT BY CARD
ONLINE PAYMENT BY CARD
POST /onlinePayment/initiate and POST /onlinePayment/complete methods
If the system provides the opportunity to pay for the order online payment gateway, the corresponding methods should be used during the booking process.
Otherwise, to use any available offline method which is to be returned in the response of the method GET /paymentOptions after the step BOOKING INITIATION OF THE SELECTED OFFER
In the response of the POST /onlinePayment/initiate method, the link to the payment page of the payment gateway will be returned. To complete the payment, you must call the method POST / onlinePayment/complete to pass the necessary parameters.