8
Views
1
Comments
Barclaycard smart pay fuse unified checkout integration with webhook
Application Type
Traditional Web
Service Studio Version
11.55.52 (Build 64498)

Hi,

I need help on how to integrate Barclaycard smart pay fuse unified checkout integration to my traditional web application along with webhook for payment confirmation. The entire process need to include/ follow below steps:

 1. REST api to request for capture context in order to load the payment iframe onto my screen.

2. Process the payment in iframe by entering the details for payment.

3. Once the payment is done, receive the webhook notification (need to do the webhook subscription as well).

Appreciate the assistance on how we can achieve this in traditional web application.

2023-10-16 05-50-48
Shingo Lam

For REST api consuming, please refer to this https://success.outsystems.com/documentation/11/integration_with_external_systems/rest/consume_rest_apis/


For the iframe, I believe most of the domain won't allow, same for Outsystems. You can configure the CSP to allow the iframe from Barclaycard smart pay fuse unified checkout. Please check this for more info https://success.outsystems.com/documentation/11/security/apply_content_security_policy/


All the payment gateways will provide you the callback function, let it point to any of these options:

  • Specified screen: in this screen, we can share the successful message and the backend logic to send the notification
  • Specified exposed Rest Api endpoint: simple send the notification

Please check this https://www.outsystems.com/forums/discussion/26091/how-to-setup-webhooks-in-outsystems

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.