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
  • we cannot have similar functionality as we did in portal as we cannot perform save action on safeLink, which is the only way to point external sources.
    One way of doing same is by providing a safeLink to payment gateway on task and on recieving payment response from gateway (usually it will be a web service call to Appian or Appian process will be triggered by some messages) complete the task using smart service which is having payment link. This kind of approach will help us to keep link available until user completes payment.

    Appian should consider providing save option on safeLink too to address these kind of requirements.
Reply
  • we cannot have similar functionality as we did in portal as we cannot perform save action on safeLink, which is the only way to point external sources.
    One way of doing same is by providing a safeLink to payment gateway on task and on recieving payment response from gateway (usually it will be a web service call to Appian or Appian process will be triggered by some messages) complete the task using smart service which is having payment link. This kind of approach will help us to keep link available until user completes payment.

    Appian should consider providing save option on safeLink too to address these kind of requirements.
Children
No Data