stripe.updatePaymentLink to update purchase settings, metadata, or activity state for a Stripe Payment Link.
Example
automations/stripe-update-payment-link.automation.ts
Inputs
paymentLinkId is required. Supply only fields to change. 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 updated Stripe Payment Link. Output fields use camel case. Nested Stripe decimal fields such asunitAmountDecimal are lossless strings.