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
Bearer authentication of the form Bearer <token>, where token is your auth token.
Long-lived API token sent in the requestToken header. See API token authentication.
Headers
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.