#Subscription Issue

1 messages · Page 1 of 1 (latest)

eager anchor
#
  1. Does dodo prevent multiple trail usage by accounting there email or phone number ?

  2. What webhooks does dodo payments send when user is under trail period.

unborn trenchBOT
# eager anchor 1. Does dodo prevent multiple trail usage by accounting there email or phone num...
  1. Preventing Multiple Trial Usage: Dodo Payments does not explicitly mention a built-in feature to prevent multiple trial usage by tracking email or phone numbers. Typically, managing trial usage restrictions would require implementing logic on your end to track user identifiers such as email addresses or phone numbers to ensure that a user does not sign up for multiple trials. You can use Dodo Payments' API to help manage and enforce these restrictions based on your business logic.

  2. Webhooks for Trial Period: Dodo Payments provides webhooks for various events, but specific details about webhooks related to trial periods are not mentioned in the provided context. Generally, webhooks can notify you of events like subscription creation, updates, or cancellations. To get detailed information about the specific webhooks available for trial periods, you would need to refer to Dodo Payments' documentation or contact their support team for more precise guidance.
    Disclaimer: I am a bot and I may make mistakes. Always refer to the documentation. Here are some of the relevant links that I found regarding your query. [1] [2] [3]

eager anchor
#

what webhooks do you send:

  1. When user subscribes to a subscription with X day trial
  2. Once the payment is actually deducted after X day trial over
  3. If payment fails before X days

right now we are getting payment.succeeded even before X days in testing mode

rancid wave
#

@valid summit