How to add online payments with JavaScript

Hello

I need help adding a payment gate to my workflows and app in bubble, that is not on the bubble plugin list

How can I go about that?

Use the API Connector plugin.

1 Like

Okay, then what drop down option should I choose for Authentication

And which shared header should I Add?

Which shared parameter should I Add?
And how would I go about calling that APU when Someone purchases something and they have to pay their bill?

That all depends on the API you’re using, so you’ll need to familiarise yourself with their API documentation and learn how it works before attempting to set up the calls.

As for the rest, once your API calls are set up and working, you can use them in your app workflows like any other action (just make sure the API calls are set to ‘Action’ if you want to use them in workflows).

3 Likes

Thank you for this