This tutorial video demonstrates how to add a new subscription for a customer in Stripe using the Integromat platform, which necessitates navigating the Stripe API documentation and making specific API calls.
The video begins by highlighting the various modules available in Integromat for Stripe, such as updating prices and creating invoices. The presenter, Dominic Laynette, sets an objective to demonstrate how to add a new subscription for a customer on Stripe via Integromat.
The first step involves using the 'Search Customers' module in Integromat to fetch the customer's details for whom the subscription will be added. The customer ID from this search is essential for the subsequent API call.
Dominic explains the process of setting up a connection to the Stripe API, including how to make a test connection. With the connection established, he guides viewers through the Stripe API documentation to understand the information required by Stripe to create a subscription. The following components are used:
POST
methodAfter setting up the necessary parameters, Dominic executes the API call by sending the request through Integromat. The process is slow but eventually successful, and the response from Stripe confirms that the new subscription has been added to the customer's account.
To validate the operation, Dominic navigates to the Stripe dashboard and locates the customer to verify the added subscription. The video concludes with the subscription successfully added and a prompt to support Dominic’s content creation through “buy me a coffee” contributions.