Stripe Integration Part 2 - Listing Customers
The process of retreiving customers from Stripe is a relatively simple process Let us start with the server Action, list_customers The process is very simple Create an API action as below, URL is: htt
The process of retreiving customers from Stripe is a relatively simple process
Section titled “The process of retreiving customers from Stripe is a relatively simple process”Let us start with the server Action, list_customers
The process is very simple
Create an API action as below, URL is: https://api.stripe.com/v1/customers
Add the authorisation header as previously known
An additional query parameter ‘limit’ can be added to limit the responses
Section titled “An additional query parameter ‘limit’ can be added to limit the responses”Over to App connect,
Create a server Connection to the server action

Step 3
Section titled “Step 3”You can then create a bootstrap table from the API data source. Choose whichever fields you want from the API Customer object


