API FONDYVersion 1.0
Brief description
- Interaction scheme A (with customer redirection to payment page)
- Interaction scheme B (with host-to-host request to obtain payment page URL)
Interaction scheme A (with customer redirection to payment page)

1
Customer chooses product or service in merchant online shop and adds it to his cart2
Merchant places payment button which generates HTML form to be submitted to FONDY3-4
At merchant site customer clicks payment button and site redirects him to url https://pay.fondy.eu/api/checkout/redirect/, sending parameters using HTTPS POST5-8
Customer enters payment details at payment page on FONDY 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 FONDY 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 FONDY 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 cart2
Merchant places payment button which will redirect customer to FONDY payment page3-4
At merchant site customer clicks payment button and site redirects him to url https://pay.fondy.eu/api/checkout/url/, sending parameters using HTTPS POST5
Payment gateway FONDY returns to merchant interim response with parameter checkout_url
which contains URL to FONDY 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 FONDY 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 FONDY 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 FONDY also sends callback with payment result parameters to merchant site using host-to-host HTTPS POST