Deactivate the payment link on Stripe.
You need to issue the Stripe API key in advance. Stripe initially provides a standard key, but you should issue a restricted key instead of using the standard one. For details of the procedure, please visit Stripe’s website . This is a setting on the Stripe screen, not Customine.
Once a payment link is created, anyone can make a payment from that URL unless it is explicitly invalidated. Deactivation can be performed on Stripe, and the “Deactivate Payment Link” action allows for this process to be executed in Kintone.
When you deactivate the Stripe payment link, only the link itself is deactivated; the products or prices associated with that link remain active.
Set Stripe API Key and Payment Link ID.
Specify the API key that was issued in advance.
There are three types of keys in Stripe’s API: Standard Key’s Publishable Key, Standard Key’s Secret Key, and Restricted Key, but you need to use the Restricted Key.
This API key requires the following permissions:
Specify the ID of the payment link to deactivate, not a URL.
To deactivate the payment link created by the “Create Payment Link” action, specify the ID from the result pair of ID and URL that this action produces.