Job Runner

Retrieve Payment Intent ID Passed by Stripe Webhook

Summary

Get the payment process (Payment Intent) ID passed from Stripe’s Webhook.

How to Use

In Stripe’s Webhook, get the payment process (Payment Intent) 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 Intent ID Passed by Stripe Webhook” can be used in either event.

The acquired payment process (Payment Intent) ID will be set in the result of the action. You can obtain it from other actions using expressions like =$1.

Parameter

There are no parameters to be set.

Occurrence of Record Retrieval Criteria

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.

Restrictions

  • When the created Webhook is called from Kintone, executing “Retrieve Payment Intent ID Passed by Stripe Webhook” results in an error. Register the Webhook using “Retrieve Payment Intent ID Passed by Stripe Webhook” to Stripe’s Webhook, not Kintone.

  • It is not available for scheduled tasks.