Skip to main content
square.createSubscription enrolls a customer in a subscription.

Example

automations/square-create-subscription.automation.ts

Inputs

Every input accepts a compatible signal. It requires CUSTOMERS_READ and INVOICES_WRITE and ITEMS_READ and ORDERS_WRITE and PAYMENTS_WRITE and SUBSCRIPTIONS_WRITE. Use the official CreateSubscription reference for provider field semantics and limits.

Output

Returns the official Square.CreateSubscriptionResponse response as a codec-safe object. Square integer money amounts remain bigint values.