Create a Stripe screen URL to display the detailed information of the specified payment ID.
Stripe has a screen to display payment details. “Make Stripe Payment Detail Page URL” creates the URL for this screen.
The created URL will be set as the result of the action. You can obtain it from other actions using expressions like =$1
.
Set Payment ID.
Specify the Stripe payment (Payment Intent) ID.
The payment ID can be obtained from “Retrieve Payment Intent ID passed by Stripe Webhook”.