Create payout subscription
Creates a payout subscription to automatically send payouts to a vendor on a recurring schedule. See Manage payout subscriptions for a step-by-step guide.
Authentication
Headers
Optional but recommended A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn’t generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.
Request
Payment method for the payout subscription. Supports ach, vcard, and check. The managed method isn’t supported for payout subscriptions.
Object identifying the vendor for this subscription. Only a vendorId or vendorNumber is needed to link to an existing vendor.
Array of bills associated with the payout subscription. If omitted and doNotCreateBills isn’t set to true, the system creates a bill automatically.
Response
Response text for operation: ‘Success’ or ‘Declined’.
Boolean indicating whether the operation was successful. A true value indicates success. A false value indicates failure.