Monetize Glide Apps Part 3: The Automation

Поділитися
Вставка
  • Опубліковано 9 жов 2024

КОМЕНТАРІ • 16

  • @RobertPetittoWA
    @RobertPetittoWA  3 місяці тому +2

    EDIT: The next_charge_at should be recorded at the payment success level as well (even though it belongs to the subscription object. Otherwise your Glide app won’t be updated on subsequent subscription payments.

    • @parallax9
      @parallax9 3 місяці тому

      Thanks Robert. Great help with these 3 videos. The payment.success event doesn't seem to push through the nextChargeAt value for the sub object so I used {{1.plan.created_at + addMonths(; 1)}}. Is this ok do you think?

  • @MagnusGolfInstructor
    @MagnusGolfInstructor 2 місяці тому

    This is great information. I am always enjoying your content.
    Im curious if you have any similar solution for PayPal. As a resident of a country that does not support Stripe, Im not able to reacreate this solution.
    Can you help?

    • @RobertPetittoWA
      @RobertPetittoWA  2 місяці тому

      Great idea. Lemonsqueezy might be a good option here. Let me plan it out.

    • @MagnusGolfInstructor
      @MagnusGolfInstructor 2 місяці тому

      @@RobertPetittoWAThanks, much appreciated 🙏

  • @rigaldamez3468
    @rigaldamez3468 4 місяці тому

    I’m assuming you need to be on the Team plan and above for this to work?

  • @milocardona6042
    @milocardona6042 4 місяці тому

    Hi, The video worked great, and I successfully launched my website. However, I've run into a problem. When a subscription renews, I only get the payment event, not the subscription event. Because of this, the next payment date in my data table is incorrect, as it relies on the subscription event data.

    • @RobertPetittoWA
      @RobertPetittoWA  3 місяці тому

      Interesting. Let me contact Payhere to see if they can make an update to their webhook events.

    • @RobertPetittoWA
      @RobertPetittoWA  3 місяці тому

      Answer from Payhere:
      if the payment belongs to a subscription, there will be a `subscription` key in the JSON of that webhook, which will have the subscription object (same object sent with subscription.created event), and that will have a `next_charge_at` field also.

  • @loqode
    @loqode 4 місяці тому

    🔥🔥🔥

  • @BGary65
    @BGary65 4 місяці тому

    Great video!! Can you send me the copy of this app?

  • @milocardona6042
    @milocardona6042 4 місяці тому

    flipping genius