#Rayon
1 messages · Page 1 of 1 (latest)
I want Seller ( stripe connected account ) to see stripe Account info (whole obj info) eg. balances in my website (not from stripe dashboard ) .
So should I call stripe account retreive api
or save that info in my own table
same for other info such as payout , transfer info about a certain connected account
So it sounds like you're trying to decide between serving your clients information directly from Stripe versus caching versions of that data within your database and serving that cached information.
This is largely going to be a design decision for you to make based on your business requirements, though I would recommend serving the freshest data possible which would mean retrieving those details from us (Stripe) and then displaying that.