Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
NJ Courts
US
Last activity: 5 Jul 2019 9:08 EDT
Pega redirects to external Payment Page and redirects back
Pega has to redirect to external Payment page, user enter all Credit card information, amount and Submit from payment page, after payment success, system redirect back to Pega work flow. Did any one have such experience, how to implement?
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
NJ Courts
US
This issue has been resolved. Basically, the solution is to use External Assignment (Assignment with customized Harness). When the work flow moved to this assignment, JavaScript in the assignment Harness will open the third party payment page, as long as the third party page called back, an Activity should be called to reopen the current work object so the work flow can be continued. Also, SLA needs to be used in the assignment in case if third party page didn't call back.
![](https://accounts.pega.com/sites/default/files/pega-user-image/399/REG-398680.png?source=PUMINIT)
![](https://accounts.pega.com/sites/default/files/pega-user-image/399/REG-398680.png?source=PUMINIT)
Pegasystems Inc.
IN
Hi Leiz,
Thanks for posting on PSC.
Kindly look into below link which might be useful
Thank you.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
NJ Courts
US
Hi Komah,
Thanks for the reply, I checked the link, our requirement is different, we need to redirect to an external application completely, not popup or modal window, after a couple of actions in external application pages, user chose to go back to pega page (flow action or harness).
Thanks.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
CBA
IN
Hi Leiz,
We have similar requirement.
Did you get a solution for the scenario mentioned?
Regards,
Abhishek.
![](https://accounts.pega.com/sites/default/files/pega-user-image/209/REG-209263.png?source=PUMINIT)
![](https://accounts.pega.com/sites/default/files/pega-user-image/209/REG-209263.png?source=PUMINIT)
Pegasystems Inc.
IN
Hi,
Thank you for posting your query in the PSC. This looks like an inactive post and hence, we suggest you create a new post for your query. Click on the Write Post button here. Once created, please reply back here with the URL of the new post.
You may also refer this discussion link as a reference in the new thread.
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689951000/acf9b3f6-41e7-4ef2-9e55-8da39714b54f.jpg?itok=JYQYUbWS)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689951000/acf9b3f6-41e7-4ef2-9e55-8da39714b54f.jpg?itok=JYQYUbWS)
Pegasystems Inc.
IN
Hello,
Please let us know your Pega version.
Thanks!
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
NJ Courts
US
Lochana, Version 7.2.2
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2023-07/f7f35052-5e7d-4ed9-ada9-87594f1d3c63.png?itok=bz3Ms_gZ)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2023-07/f7f35052-5e7d-4ed9-ada9-87594f1d3c63.png?itok=bz3Ms_gZ)
Pegasystems Inc.
US
Hi @LeiZ4221,
Thanks for replying back! Did you get a chance to take a look at this link that @komah shared previously?
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
NJ Courts
US
This issue has been resolved. Basically, the solution is to use External Assignment (Assignment with customized Harness). When the work flow moved to this assignment, JavaScript in the assignment Harness will open the third party payment page, as long as the third party page called back, an Activity should be called to reopen the current work object so the work flow can be continued. Also, SLA needs to be used in the assignment in case if third party page didn't call back.