• 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

** Redirect Custom Value On Thank You Page **

If you want to pass some custom value in the checkout page URL and get the values in the thank you page/hosted page by API response, then you can add that value to the checkout page URL and send that full link to your customers

For example –

&hello=workingonpage

&hello=workingonpage” is the extra value with the checkout page URL.

When your customer completes the transaction they will be redirected to the thanks page or the hosted page and your extra value will be seen on the URL of the thank you page.

?hello=workingonpage&hostedpage=7eea2ef0b8333fb51bf574332a46b3e8:fd54c93672316397dfb93ac4c6c2f9a074dbf745c83bdae614976a74b4a5df22b5e7e4a851fa560a10321488fe861f16f0055f2dca31289f26c67c714e177b90bda55810049c19b34a18fed6545be59b207ba2172ef314d5501aea692c22a84a5afe07bc7da71e518b0857b2fcac87cfd7ccfc6b74a93ca8d3af1afb32626ff45b6fad8a1fe6157b862dcb3310e0b320

You can catch that string from the thanks page URL and call for the verify hosted page API for getting the details of that customer.

Link for the API – https://www.pabbly.com/subscriptions/api/#section-31

The form data for calling API will be the query string.


Is it possible to send some field with meta information to the checkout page and then receive it through a webhook?

Yes, you can pass the custom data in the checkout page URL and this custom value will be available in the webhook response.

For example, "extra=[email protected]" is the extra value with the checkout page URL which I will be sending as meta information.



And this is the webhook response -


1671452994835.png



NOTE : The KEY of the custom value should not be same as existing fields on the checkout page to avoid conflict.
 
Last edited by a moderator:
Top