Help

Connecting external payment option and redirecting back after successful payment

Topic Labels: Automations
675 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Navakanth_Vijay
4 - Data Explorer
4 - Data Explorer

I want to connect to an external payment like payu or razorpay for payment and redirecting back after the payment and saving payment status.

1 Reply 1

The general process could be something like:

  1. have users click a button that opens your payment processor in a new tab. Users pay there.
  2. once clicked, that button becomes a refresh button that every time its pressed makes an API call to your payment processor to see if that user has paid
  3. if that API call determines the user has paid you could store “payment = successful” or whatever as a variable using Global Config so the app remembers that they’ve paid.