• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Pass on values - Redirect URL After Successful Payment

Thesis

Member
Hi.

How do I pass on values / variables after successful payment to a specific URL?

See my example below and as in the attached picture, I tried to pass on "email" and "firstname" to https://www.mywebsite.com but it seems to be a wrong format.

https://www.mywebsite.com?email={{data_customer_email_id}}&firstname={{data_customer_first_name}}

The variables "data_customer_email_id" and "data_customer_first_name" are from your webhook labels.

I couldn't find any documentation about this.
 

Attachments

  • Screenshot at Jun 28 14-10-11.png
    Screenshot at Jun 28 14-10-11.png
    84.5 KB · Views: 67
  • Screenshot at Jun 28 14-19-13.png
    Screenshot at Jun 28 14-19-13.png
    92 KB · Views: 65
D

Deleted member 9923

Guest
Hello @Thesis ,

You cannot pass values directly in the redirect URL, as the redirect URL may not function properly in such cases, as shown in your screenshot.

If you need to fill in customer-related details on the redirect page, use the following workaround:

Step 1: Get Customer Details

Use the “Get Hosted Page Data” API to retrieve the customer details filled in on the checkout page.

API documentation link: https://apidocs.pabbly.com/#7d728c89-043b-4ab2-bea9-155a6b32c836

Step 2: Set Up a Workflow with Pabbly Connect

1. Create a workflow in Pabbly Connect.
2. Use the webhook provided by Pabbly Connect as the redirect URL in Pabbly Subscription Billing.
3. During this process, the webhook URL will redirect the customer to another page.
4. Utilize the “Get Hosted Page Data” API to obtain the details filled by the customer on the checkout page.
5. Use these details in your redirect URL to prefill the details in your page and then redirect the customer to the required URL according to your requirements.

I hope this answers your concern please let us know if you have any other please let us know.

Also you can refer to the below help documentation which is of similar usecase
 
Top