Implement Payment Gateway in Appian using iFrame

We have specific request of implement a payment gateway in Appian, That payment gateway provider has i frames.
We want a seamless integration between the Appian SAIL form and payment gateway.

Embedded SAIL interface cant be used here out requirement is other way around the as the user is in Appian and this where the transaction is performed through
Appian rather than other website.

In the past we have done through having a sail form with image link to auto-submit a quick task in portal which had some Java Script to open a payment gateway's web-page.

Does anyone have a better solution?

OriginalPostID-258709

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    @rishij may i know which Vendor gateway are you trying to integrate in Appian, as per my understanding Appian do not have direct Payment gateway integration possibility as of now, as we are restricted not to have HTML & JSP's but when we talk about Payment Gateway, You need to have (or) Open a HTML/JSP Page in client Machine where we need to provide the details about payment but relative details such as Amount etc.. must be required to send from Appian to REST Service as it's body.

    So try to create a REST Service which can return Viewable as Return Type, which will cause an HTML Page to open, invoke this service using WEB-API, so by this way partly you can achieve this requirement
Reply
  • 0
    Certified Lead Developer
    @rishij may i know which Vendor gateway are you trying to integrate in Appian, as per my understanding Appian do not have direct Payment gateway integration possibility as of now, as we are restricted not to have HTML & JSP's but when we talk about Payment Gateway, You need to have (or) Open a HTML/JSP Page in client Machine where we need to provide the details about payment but relative details such as Amount etc.. must be required to send from Appian to REST Service as it's body.

    So try to create a REST Service which can return Viewable as Return Type, which will cause an HTML Page to open, invoke this service using WEB-API, so by this way partly you can achieve this requirement
Children
No Data