#Cory - API errors

1 messages · Page 1 of 1 (latest)

radiant pulsar
#

Hey there, can you explain what you mean by all the api errors here? or share an example?

#

You likely will want to handle API errors as they happen on payments. You can review a limited history of previous errors in your dashboard logs (give me a sec to get you a link).

quaint aurora
#

I mean, when a payment fails on a subscription invoice, I want to email them and let them know what exactly failed on the card, IE, zipcode, no funds, expired

radiant pulsar
#

Ah, it sounds like you are referring more towards events not API request logs

quaint aurora
#

yea

radiant pulsar
#

For future events, though, you should make sure to set up a webhook endpoint and have it set to receive these events and do the necessary processing on each event as it happens

#

If you have an endpoint already, then make sure it's set to receive and handle these invoice events.