Integrating with different payment provider

Hey I need some advice how can I achieve this.

I need to integrate with local payment processor. The usual flow is

  1. App open a webview (and passes payment id or other identification via URL)
  2. Payment is completed on a webpage
  3. Payment processor calls back webapp and marks payment (identified by payment id) as completed or not.

The issue to mark adalo database entry you need to use elementId and elementId is not available in adalo frontend and can’t be passed to external call

The only option I see is to use an external database which would have unique ID’s.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.