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, 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 it is also possible to do so on Job Runner by “Deactivate Payment Link of Stripe.”
Deactivating the Stripe payment link deactivates the payment link, and the products or prices sold by the link are not deactivated.
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 with “Create Payment Link of Stripe”, specify the ID from the pair of ID and URL that is the result of the action “Create Payment Link of Stripe”.