Skip to content

Commit 46574b8

Browse files
updated as new support added (#938)
1 parent ca53f2a commit 46574b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: custom-metadata
44
hidden: false
55
---
66

7-
Web Billing supports custom metadata that you can send when initializing a purchase. The metadata will be propagated to webhook events and the Stripe customer object to enable its use in other systems, such as marketing or attribution tools.
7+
Web Billing supports custom metadata that you can include when making purchases. The metadata will be propagated to webhook events and the Stripe customer object to enable its use in other systems, such as marketing or attribution tools.
88

99
## Metadata support
1010

@@ -53,7 +53,7 @@ The accepted values are `string`, `number`, `boolean` and `null`.
5353

5454
## How to use the collected metadata
5555

56-
After receiving purchases with metadata included, it can be accessed in the `INITIAL_PURCHASE` [webhook event](/integrations/webhooks/event-types-and-fields). The same values are also sent to the [Stripe Customer object metadata](https://docs.stripe.com/api/customers/object#customer_object-metadata).
56+
After receiving purchases with metadata included, it can be accessed in the `INITIAL_PURCHASE` and `NON_RENEWING_PURCHASE` [webhook events](/integrations/webhooks/event-types-and-fields). The same values are also sent to the [Stripe Customer object metadata](https://docs.stripe.com/api/customers/object#customer_object-metadata).
5757

5858
You can see how to use the webhook integration to trigger automations and workflows [here](/integrations/webhooks).
5959

0 commit comments

Comments
 (0)