Get the payment link ID passed from Stripe’s Webhook.
In Stripe’s Webhook, get the payment link ID from the information provided by Stripe. It cannot be obtained from Kintone’s Webhook.
To receive Webhooks from Stripe in Job Runner, you need to configure it on the Stripe screen, not in the Kintone app. On Stripe, go to Developers > Webhook > Add Endpoint and register the Job Runner job’s Webhook URL in the Endpoint URL.
Currently, the events supported by Customine for Stripe are “Checkout Session Completed (checkout.session.completed)” and “Payment Succeeded (payment_intent.succeeded)”. “Retrieve Payment Link ID Passed by Stripe Webhook” can be used in the “Checkout Session Completed (checkout.session.completed)” event. An error occurs if used in the “Payment completed (payment_intent.succeeded) event.”
If the source of the “Checkout Session Completion (checkout.session.completed)” is a checkout session that is not a payment link, the result will be empty.
The acquired payment link ID will be set as a result of the action. You can obtain it from other actions using expressions like =$1
.
There are no parameters to be set.
The obtained information is not a Kintone record; it will not occur under any conditions.
Criteria | Occurrence |
---|---|
When Record Is Ready | It does not occur. |
When All Records Are Ready | It does not occur. |
When the created Webhook is called from Kintone, executing “Retrieve Payment Link ID Passed by Stripe Webhook” results in an error. Register the Webhook using “Retrieve Payment Link ID Passed by Stripe Webhook” to Stripe’s Webhook, not Kintone.
It is not available for scheduled tasks.