Skip to content

    How to integrate Widgets

    Widget feature is an SAQ-A compliant solution, which gives you a styled out-of-the-box payment form for end customers, both as a modal view or directly in your website.

    Depending on your needs, you can choose between Modal and Inline Widget.

    Modal Widget

    1. Create your order You should create an order on your server through our API. See how to do it here.
    2. Show Widget to end customer Display a styled modal view, in which the end customer can fill and submit his/her payment information. Follow the guide for implementing modal functionality in details here.
    3. Get informed about payment status Check the webhooks on all events you've subscribed for. See how to get notified here (Link to Notifications). Pull information for the order’s status through our API. See example here.

    Inline Widget

    1. Create your order You should create an order on your server through our API. See how to do it here.
    2. Show Widget to end customer Display an iframe directly into your website, in which the end customer can fill and submit his/her payment information. Follow the guide for implementing inline functionality in details here.
    3. Get informed about payment status Check the webhooks on all events you've subscribed for. See how to get notified here (Link to Notifications). Pull information for the order's status through our API. See example here.

    Widget as a Bridge

    1. Show Widget to end customer Display an iframe directly into your website, in which the end customer can fill and submit his/her payment information. Follow the guide for implementing inline functionality in details here.
    2. Save the payment instrument As a response you recieve a payment instrument.
    3. Create your order with the payment instrument You should create an order on your server through our API. See how to do it here.
    4. Get informed about payment status Check the webhooks on all events you've subscribed for. See how to get notified here (Link to Notifications). Pull information for the order's status through our API. See example here.

    Was this helpful?

    What was your feeling about it?