php-stripe-webhook-tester icon indicating copy to clipboard operation
php-stripe-webhook-tester copied to clipboard

Which ID should I save in the DB so I can compare and write it off later?

Open tiagocaus opened this issue 1 year ago • 0 comments
trafficstars

I'm creating a microsaas, and I would really like to use stripe, as it is accepted in all countries.

My problem is understanding which ID to save in the DB so that after it is paid, the webhook receives the IDs and thus compares them with the DB and thus cancels them.

This is because I intend to use a card and "Brazil Boleto" which is a payment method where the webhook will only receive data within 24 to 48 hours.

Could I have your help?

tiagocaus avatar Apr 23 '24 14:04 tiagocaus