CoreyWarren / coldcmerch.com

Creating a Django/React/JWT/Redux E-Commerce store for my good friends in Cold Cut. Shout out to Elmar, Lou, and Brian.
1 stars 0 forks source link

[Django Backend] Stripe Payment Intents API need to return RESPONSE to stripe servers in Webhooks #132

Closed CoreyWarren closed 1 year ago

CoreyWarren commented 1 year ago

ETA: 1-3 days. Should hopefully be as simple as returning some random response to Stripe at the end of each webhook event for payment intents.

CoreyWarren commented 1 year ago

Fixed. Turns out it was 1.5 days.

The issue? It really just came down to updating my secret from my development key to a new production key that was given to me, but I never ended up using in production till I fixed this issue. One of the many small things that slips between the cracks.