#swiss - payment intents and subscriptions

1 messages · Page 1 of 1 (latest)

plucky thunder
#

Hi there!

#

Was just reading through your question

#

You're correct in that users will be redirected to your success URL if the payment succeeded. However, retrieving the status of the payment intent is an additional check/confirmation of that user's actions. For example, someone could land on your success URL manually if they know the address without having gone through your checkout flow

tight mural
#

Ok, so if the status is successful, is it safe for me to give them access to paywalled content in that case? I guess my concern is, once that payment intent goes through, they're subscribed to my service, and they should be an "active" user until they unsubscribe correct? Or does that payment need to be verified each month?

empty bobcat
#

Hello! Most people using Subscriptions listen for Subscription Events to determine if changes to paid access should be made.

tight mural
#

@empty bobcat You mean via webhooks?

empty bobcat