Module ids

Source
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_.
AdjustmentItemID
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_.
CustomerPortalSessionID
Unique Paddle ID for this customer portal session entity, prefixed with cpls_.
DiscountCode
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_.
EndpointSecretKey
Webhook destination secret key, prefixed with pdl_ntfset_. Used for signature verification.
EventID
Unique Paddle ID for this event, prefixed with evt_.
InvoiceId
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_.
NotificationLogID
Unique Paddle ID for this notification log, prefixed with ntflog_.
NotificationSettingID
Unique Paddle ID for this notification setting, prefixed with ntfset_.
PaddleID
Just a Paddle ID. I’ve noticed this used in some places.
PaymentMethodID
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_.
SimulationEventID
Unique Paddle ID for this simulation event, prefixed with ntfsimevt_.
SimulationID
Unique Paddle ID for this simulation, prefixed with ntfsim_.
SimulationRunID
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_.
TransactionItemID
Unique Paddle ID for this transaction item, prefixed with txnitm_. Used when working with adjustments.