I’ve integrated my Monday.com board with Stripe, mapped fields, but no data is ransfered from Stripe to my board in Monday.com. On Stripe I’ve created a webhook and an event and pointed to the URL of the board I want the data to go to.
I have a form on Monday.com, that is integrated with Stripe, that the customer fills out. When this form is submitted, the customer is sent to Stripe for payment. When there’s a sucessful payment, the custoner is sent to another form on Monday.com that they fill out for the service they paid for.
When I look at the board that has the first form, the form filled data is there, but the payment data from Stripe is not.
I’ve tried integrating with different boards and nothing is coming from Stripe.
You can go to the Webhooks page in your Stripe Dashboard, select the failing endpoint, and review the failed events. You can ensure that the URL for the board can pass the JSON challange from Monday.com and is correctly receiving payloads. You might need to adjust the endpoint to correctly respond to the challenge.
Our team actually have been working on a payment integration for Monday that might be what you’re looking for.
It allows you to handle payments (via Stripe or PayPal) directly within Monday, there is a ability to create payment forms or invoices.
I recently put together a video that explains how it works — if you’re interested, you can check it out here: Stripe Payments for Monday
Let me know if you have any questions or want more details!