I want to redirect user to a new page depending on his payment status. I am using PHP sample code.
Payment Success
Redirect to https://mydomain.com/payment/success
Payment Not Success
Redirect to https://mydomain.com/payment/not-success
I tried to adding Callback URL Parameter in the checkout options but nothing no luck.
Note: My payment is capturing, I need to redirect users if the payment is done.
My Browser console after payment:

I want to redirect user to a new page depending on his payment status. I am using PHP sample code.
Payment Success
Redirect to https://mydomain.com/payment/success
Payment Not Success
Redirect to https://mydomain.com/payment/not-success
I tried to adding Callback URL Parameter in the checkout options but nothing no luck.
Note: My payment is capturing, I need to redirect users if the payment is done.
My Browser console after payment:
