What Modules are Needed to Connect Stripe to Google Sheets and Add a Row After Each Payment?

It seems like you’re working with a JSON response from a payment module in Pipedream, and you’re expecting customer data to be present in the response. However, the customer field in your JSON response is currently null. This could be due to a few reasons: 1. Customer Data Not Linked: The payment intent might not be linked to a customer. In some payment systems, you need to explicitly associate a payment with a customer. Ensure that the payment intent is created with a customer ID. 2. Differences in Triggers: You mentioned that a similar trigger in Zapier includes customer data. It’s possible that the Zapier trigger is configured differently or is pulling additional data. Verify that the Pipedream trigger is set up to capture all necessary information. 3. API Configuration: Check if there are any additional configurations or parameters required in your API request to include customer data. 4. Workflow Steps: Make sure that your Pipedream workflow is correctly set up to handle and process the incoming data. You might need to add steps to fetch or associate customer data if it’s not included by default. If you need further assistance, you can visit Pipedream Support for more help. If you have more details about the setup or specific questions, feel free to ask!