This changelog provides an overview of the recent changes made to the Payabli APIs.
Payout subscription API reference and guide
As part of an ongoing effort to improve API documentation coverage, we’ve added complete API reference documentation and an integration guide for payout subscription endpoints. These endpoints were already available in the API.
New API reference pages
Added full request and response documentation for the following endpoints:
- POST /PayoutSubscription: Create payout subscription
- GET /PayoutSubscription/{subId}: Get payout subscription
- PUT /PayoutSubscription/{subId}: Update payout subscription
- DELETE /PayoutSubscription/{subId}: Delete payout subscription
- GET /Query/payoutsubscriptions/{entry}: List payout subscriptions by paypoint
- GET /Query/payoutsubscriptions/org/{orgId}: List payout subscriptions by organization
New integration guide
Added Manage payout subscriptions with the API, a guide covering how to create, pause, update, and delete recurring vendor payouts. The guide includes request examples for ACH and vCard payment methods.