5-8
Customer enters payment details at payment page on hutko payment gateway site. Payment gateway initiates debit via external payment system (bank, SEPA Direct Debit, PayPal etc.)
9-10
After getting response from payment system payment gateway hutko redirects customer to merchant site sending payment result parameters using HTTPS POST. Merchant shows result page with payment details.
11
To ensure that merchant received response with payment details hutko also sends callback with payment result parameters to merchant site using host-to-host HTTPS POST
Interaction scheme B (with preliminary host-to-host request to get payment page URL)
1
Customer chooses product or service in merchant online shop and adds it to his cart
2
Merchant places payment button which will redirect customer to hutko payment page
5
Payment gateway hutko returns to merchant interim response with parameter checkout_url which contains URL to hutko paymant page, where customer must be redirected to enter payment details.
6-7
Merchant site redirects customer to checkout_url
8-10
Customer enters payment details at payment page on hutko payment gateway site. Payment gateway initiates debit via external payment system (bank, SEPA Direct Debit, PayPal etc.)
11-12
After getting response from payment system payment gateway hutko redirects customer to merchant site sending payment result parameters using HTTPS POST. Merchant shows result page with payment details.
11
To ensure that merchant received response with payment details hutko also sends callback with payment result parameters to merchant site using host-to-host HTTPS POST