Skip to main content

Automatically Fetch Paddle Product Information for Your Paywall

This article explains how to automatically fetch price, duration, and trial info from Stripe for your paywall

A
Written by Alexander Karpovich
Updated over a week ago

Use Text Tags to Display Stripe Information


You can add text tags in the labels on the paywall to display information fetched from Stripe. The following tags are available:

  • @priceAndCurrency

  • @price

  • @totalPrice

  • @taxInfo

  • @duration

  • @interval

  • @trialFrequency

  • @trialInfo

  • @introPrice

  • @introProduct

  • @introDuration

  • @discountName

  • @discountLabel

  • @discountAmount

  • @discountDuration

Examples of Usage:

Let’s go through an example where we’ve created a $10 product in Paddle that renews every 3 months and includes a 3-day free trial.

We’ve added this product to the paywall with a 3-day trial period and will now use text tags to dynamically display its details

Did this answer your question?