Implementing a Hosted Payment Page

Hello ,

I’m trying to add Mastercard Payment Gateway Services (MPGS) to my App via API connector, following the documentation here

So far, I was able to successfully set up MPGS API and create a payment session using a POST call, which gives me “session.id” in the response.

The next step is redirecting users to the hosted payment page following the instructions here, but I have no idea how to do this in Bubble.

Can anyone shed some light on how to implement this in Bubble?

Thanks in advance.

I think you are supposed to use these instructions API Operation Initiate Checkout

@boston85719 I have done that already and was able to create a payment session using a POST call, which gives me “session.id” in the response. The next step is implementing the hosted payment page, following these instructions. And that’s where i struggle