Get Payment Receipt Link

The Get Payment Receipt Link system action is an action that works when the payment transactions are successful. For the Get Payment Receipt Link system action to return the correct result, the relevant payment must be completed. If this action is called for incomplete payments, an error is returned.

Click +Add Action under the Properties panel to add the Get Payment Receipt Link system action.(A)

You can add the action by clicking OnClick → Payment → Stripe → Get Payment Receipt Link.(A)

Within the created action, Symbol Picker (B) is used to select the parameter input method for the action.

In order to create the paymentintent parameter within the created system action, a payment request should be created with CaptureReserveFunds or OpenStripePaymentDrawer actions, and paymentIntent returned from these actions should be used.

You can perform various operations on the Context menu (C) for the actions you create.

You can easily copy the action with the Copy option. This way, you gain speed where action repetition is required.

You can add a confirmation message for the action to run using the Add Confirmation option.

Also, with the Add Condition feature, you can specify certain conditions under which the added action should execute.

You can easily delete the action created with the Remove option.

Last updated