stripe.createPaymentLink to create a reusable Stripe-hosted payment URL.
Example
automations/stripe-create-payment-link.automation.ts
Inputs
Provide line items and any collection, checkout, or completion settings.idempotencyKey is optional.
Inputs use camel case and accept compatible signals. Automate.ax converts provider fields to Stripe’s wire format. Metadata keys remain unchanged.
Output
Returns the created Stripe Payment Link, including its URL. Output fields use camel case. Nested Stripe decimal fields such asunitAmountDecimal are lossless strings.