#hellodoc5514

1 messages · Page 1 of 1 (latest)

wintry daggerBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

dire smelt
#

Hello! Can you provide more information? The webhooks you listen for depend on your specific needs, there isn't a blanket recommendation. What are you trying to do?

dapper python
#

oh, my use case is:
user setup initial multiple payment methods using setup intent api and later platform can use those payment method (cloned) to let user pay to different connect account (using direct charge).

  1. i have UI to show user their current comfirmed paymenet methods (multiple cards, bank accts, etc) and they are allowed to add more. 2) during payment time, they can either select to use their saved payment method or choose to pay using other types.
#

i was wondering if i shall read all those information from my local db or directly call api using stripe. seems either way is fine.

#

i'm seeking some design patterns i shall follow

dire smelt
#

Usually this is info you would fetch from the Stripe API as needed.

dapper python
#

yes, that make sense as stripe contains all source of truth.

#

but what are the use cases for web hooks.

#

for setup intent suceed or fail , etc.

#

just for reporting or auditing purposes ?

dire smelt
#

There are various use cases. Reporting, auditing, distributing info to multiple systems, etc.