• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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: 9
  • Screenshot at Jun 28 14-19-13.png
    Screenshot at Jun 28 14-19-13.png
    92 KB · Views: 8

MukeshR

Active member
Staff member
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