Pabbly Subscriptions - Get 20% OFF until 1st Jan || Coupon - PSB-SANTA
Days
Hrs
Mins
Secs
Buy Now
Redirect
  • Docs
  • API Docs
  • Pricing
  • Sign-In
Menu
  • Docs
  • API Docs
  • Pricing
  • Sign-In
Redirect
  • Docs
  • API Docs
  • Pricing
  • Sign-In
Menu
  • Docs
  • API Docs
  • Pricing
  • Sign-In
Sign Up Free
Redirect
  • Docs
  • API Docs
  • Pricing
  • Sign-In
Menu
  • Docs
  • API Docs
  • Pricing
  • Sign-In
  • Subscription Docs
  • Introduction & Working
    • Introduction Of Pabbly Subscriptions
    • How Pabbly Subscription Works
  • Getting Started Guide
    • Dashboard
    • Products
    • Plans
    • Customers
    • Subscriptions
    • Invoice
    • Settings
    • Mutiplan Checkout
    • Affiliate
  • Product Section
    • Plan Activation/Deactivation
    • Embed Checkout Page
    • Coupons
    • Addon
    • License
    • Multiplan Checkout
    • Auto-populate Form Fields Through a Query String
    • Checkout Customizer
      • Select Product/Plan
      • Header Settings
      • Countdown Timer
      • Order Information
      • Basic Info
      • Address
      • Custom Fields
      • Payment
      • Layout
      • Other Labels
      • License And Agreements
      • Add Script
      • Testimonials
      • Footer
      • Multiplan Settings
      • Additional Settings
      • Thank You Page
      • Reset To Default
    • Multi-Currency
    • Auto-fill Checkout Page
  • Customer Section
    • Customer Import & Export
      • Import Customer From Stripe
      • Import Customer From CSV
      • Export Customer Via CSV
    • Offline/Manual Subscription
    • Credit Applied
    • Add New Card
  • Subscription Section
    • Plan Upgrade/Downgrade
    • Subscription & Invoice Status
  • Sales Section
    • Dunning Management
    • Refund
  • Invoice Section
    • Invoicing
    • Record Payment
    • Collect Charge
    • Invoice Customization
  • Subscription Configuration
    • Client Portal
    • Tax Module
    • Affiliate Management System
      • Affiliate System Introduction
      • Merchant Settings
      • Affiliate Settings
      • Basic Working Of Affiliate System
    • Email Notification System
  • Integration
    • Integration Guide – SaaS Application
    • Webhooks
    • Redirect Custom Value On Thankyou Page
  • Payment Gateways
    • Custom Gateway Integration Guide
    • PayPal Integration Guide
    • Stripe Integration Guide
    • RazorPay Integration Guide
    • Authorize Integration Guide
    • Planwise Payment Gateway
  • Informative Docs
    • Deletion Process
    • Custom Domain
    • Supported Currencies
    • PayPal Standard/PayPal Payments Pro
    • Email Templates V1 V/S V2
    • Sales Funnel – Upsell & Downsell

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 on the checkout page URL and send that full link to your customers

For example –

http://payments.pabbly.com/subscribe/5c1b26639d9b230f00e29d4c/new-plan?redirect_to=https://www.inkthemes.com/&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.

https://www.inkthemes.com/?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.