#zack-checkout
1 messages · Page 1 of 1 (latest)
hi! Nothing really specific beyond changing the API keys in the actual integration. The considerations more operational things like making sure you have good logging on your server in case of any problems , that you've tested out how refunds and disputes work so you can know what to expect, that sort of thing.
I haven't looked into refunds and disputes at all ? Do I need to handle them as well ?
you do yes
like if the customer asks for a refund, you'd have to action that through your Stripe dashboard(or as you grow, maybe build a user dashboard for your support staff to manage this, that calls the API)
same with disputes, at the very least do a test payment in Checkout that generates a dispute(https://stripe.com/docs/testing#disputes) and investigate how it's handled on the Dashboard