Skip to content

Commit ca53f2a

Browse files
authored
Revert "added limitations on metadata web billing (#932)" (#937)
This reverts commit 6d4926c.
1 parent c4a3777 commit ca53f2a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

docs/web/web-billing/custom-metadata.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ You can see how to use the webhook integration to trigger automations and workfl
5959

6060
![](/docs_images/web/web-billing/metadata-in-initial-purchase-event.png)
6161

62-
## Limitations
63-
64-
Currently, metadata is only supported for subscription purchases (`INITIAL_PURCHASE` webhook events). Metadata is **not supported** for one-time purchases (`NON_RENEWING_PURCHASE` webhook events). This means that custom metadata and UTM parameters sent with one-time purchases will not be propagated to webhook events or the Stripe customer object.
65-
6662
## Opt out of the automatic collection of UTM parameters
6763

6864
You can opt-out of the automatic collection of UTM parameters in the Web SDK by setting the `autoCollectUTMAsMetadata` flag to `false` in the `configure` method.

docs/web/web-billing/overview.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Web Billing currently has a few limitations:
6262
- There is no support for RevenueCat's Paywall templates (coming soon).
6363
- There is no support for translated content in customer emails (these are currently only sent in English, regardless of the selected locale).
6464
- We do not collect and store the customer's name, shipping address or full billing address. Consequently, Web Billing cannot currently be used in India and in other countries that have this requirement.
65-
- Custom metadata is only supported for subscription purchases (`INITIAL_PURCHASE` events) and not for one-time purchases (`NON_RENEWING_PURCHASE` events). See [Custom Metadata](custom-metadata#limitations) for more details.
6665

6766
### Stripe Billing integration
6867

0 commit comments

Comments
 (0)