#tofutiger

1 messages ยท Page 1 of 1 (latest)

quiet geyserBOT
mint shoal
#

Hello ๐Ÿ‘‹
Not sure I completely understand how "sources" status might help here?
Can you elaborate?

velvet root
#

and my current method is to use the invoice object to get the subscription, then using the subscription to get the default payment method and check the exp month and year, but I think there might be other ways for the payment to fail.

mint shoal
#

Ah I see. Hmm, I don't think there's an alternative here really. There's no way to know if a payment method would fail/succeed without running a charge.

velvet root
#

mmm I see, I had considered that as well, decided to go with invoice.upcoming because not all of these payments are monthly so wanted to avoid some false-positives when customers might update their card before their payment is due. also, we wanted to screen these events ourselves via slack first before messaging the customer.

#

is there a way to run a "test" charge ahead of the actual charge? probably not, but thought I'd ask haha

mint shoal
mint shoal
#

does that help @velvet root ?