Expand description
Unique Paddle IDs
Structs§
- AddressID
- Unique Paddle ID for this address entity, prefixed with
add_
. - AdjustmentID
- Unique Paddle ID for this adjustment entity, prefixed with
adj_
. - Adjustment
ItemID - Unique Paddle ID for this adjustment item, prefixed with
adjitm_
. - ApiKeyID
- Unique Paddle ID for API keys, prefixed with
apikey_
. - BusinessID
- Unique Paddle ID for this business entity, prefixed with
biz_
. - CustomerID
- Unique Paddle ID for this customer entity, prefixed with
ctm_
. - Customer
Portal SessionID - Unique Paddle ID for this customer portal session entity, prefixed with
cpls_
. - Discount
Code - Unique code that customers can use to apply this discount at checkout. Use letters and numbers only, up to 16 characters. Not case-sensitive.
- DiscountID
- Unique Paddle ID for this discount, prefixed with
dsc_
. - Endpoint
Secret Key - Webhook destination secret key, prefixed with
pdl_ntfset_
. Used for signature verification. - EventID
- Unique Paddle ID for this event, prefixed with
evt_
. - Invoice
Id - Paddle ID of the invoice that this transaction is related to, prefixed with
inv_
. Used for compatibility with the Paddle Invoice API, which is now deprecated. This field is scheduled to be removed in the next version of the Paddle API. - NotificationID
- Unique Paddle ID for this notification, prefixed with
ntf_
. - Notification
LogID - Unique Paddle ID for this notification log, prefixed with
ntflog_
. - Notification
SettingID - Unique Paddle ID for this notification setting, prefixed with
ntfset_
. - PaddleID
- Just a Paddle ID. I’ve noticed this used in some places.
- Payment
MethodID - Unique Paddle ID for this payment method entity, prefixed with
paymtd_
. - PayoutID
- Unique Paddle ID for payouts, prefixed with
payout_
. - PriceID
- Unique Paddle ID for this price, prefixed with
pri_
. - ProductID
- Unique Paddle ID for this product, prefixed with
pro_
. - Simulation
EventID - Unique Paddle ID for this simulation event, prefixed with
ntfsimevt_
. - SimulationID
- Unique Paddle ID for this simulation, prefixed with
ntfsim_
. - Simulation
RunID - Unique Paddle ID for this simulation run, prefixed with
ntfsimrun_
. - SubscriptionID
- Unique Paddle ID for this subscription entity, prefixed with
sub_
. - TransactionID
- Unique Paddle ID for this transaction entity, prefixed with
txn_
. - Transaction
ItemID - Unique Paddle ID for this transaction item, prefixed with
txnitm_
. Used when working with adjustments.