square.createPaymentLink creates a Square-hosted checkout page.
Example
automations/square-create-payment-link.automation.ts
Inputs
Every input accepts a compatible signal. It requiresORDERS_READ and ORDERS_WRITE and PAYMENTS_WRITE.
Use the official CreatePaymentLink reference for provider field semantics and limits.
Output
Returns the officialSquare.CreatePaymentLinkResponse response as a codec-safe object. Square integer money amounts remain bigint values.