#Murali-sigma

1 messages · Page 1 of 1 (latest)

sharp sequoia
#

👋 Happy to help

rotund atlas
#

Hi River

sharp sequoia
#

Sigma doesn't provide API, so it can only be done via dashboard

rotund atlas
#

I am working on Stripe connect, Stripe issuing project.

#

I want to show some data on client app.

sharp sequoia
#

What data do you want to show?

rotund atlas
#

for example : I want to show total number cards that issued per that Stripe custom Connect account.

#

this API will only give max 100 records

#

if there are 1000 cards, I need to call API 10 times or else need to use for await approach.

sharp sequoia
#

If you are just going to display total number of the cards, I strongly do not recommend to use List Retrieval API

#

It's recommend to keep track of the card issued in your database

rotund atlas
#

But why don't stripe give an option to know how many total records are present in the list

#

Even I keep track in my database, I need to query and get the total count right?

#

Does stripe have a solution from sigma to fill my requirement?

sharp sequoia
#

When a card is issued, an issuing card ID (ic_xxx) will be returned, then you save the issuing card ID and its custom account

#

You can then query in your own database on the total amount of the card issued of the specific custom connected account

#

Sigma doesn't have API, so you can't get the data via API

rotund atlas
#

so are you saying we can not get that sigma reports data that we queried into an web-app to show to end user.

sharp sequoia
rotund atlas
#

Ok thank you river, I will look into this, I will get help if I need anything.