PayNow

UpdateWebhookDto

reset_secretbooleanRequired
subscribed_toenumRequired
Possible enum values
  • OnIgnore
  • OnOrderCompleted
  • OnRefund
  • OnChargeback
  • OnDeliveryItemAdded
  • OnDeliveryItemActivated
  • OnDeliveryItemUsed
  • OnDeliveryItemRevoked
  • OnSubscriptionActivated
  • OnSubscriptionRenewed
  • OnSubscriptionCanceled
  • OnDiscordOrderActionsQueued
  • OnConnectedUserRegistered
  • OnConnectedUserBecamePayable
  • OnConnectedUserPayoutCreated
  • OnConnectedUserPayoutCompleted
  • OnConnectedUserTransactionInserted
  • OnConnectedUserBecameUnpayable
  • OnTrialActivated
  • OnTrialCompleted
  • OnTrialCanceled
  • OnPurchaseFollowUpAttemptEmailSent
  • OnPurchaseFollowUpAttemptSucceeded
  • OnAbandonedCheckoutRecoveryAttemptEmailSent
  • OnAbandonedCheckoutRecoveryAttemptSucceeded
  • OnChargebackClosed
  • OnDeliveryItemExpired
  • OnDeliveryItemRenewed
  • OnConnectedUserTrustStatusChanged
  • OnPaymentCompleted
  • OnPaymentFailed
urlstringRequired
discord_colorstringOptional
discord_description_templatestringOptional
discord_formatenumOptional
Possible enum values
  • Invalid
  • Embed
  • Text
discord_titlestringOptional
Example
{
  "reset_secret": true,
  "subscribed_to": "OnIgnore",
  "url": "string",
  "discord_description_template": "string",
  "discord_title": "string",
  "discord_color": "string",
  "discord_format": "Invalid"
}