Subscribe to our changelog RSS feed: https://docs.payabli.com/changelog.rss

2025

2024

2023

API updates

We’ve released several enhancements and bug fixes to our API. Here are the highlights:

Pay In

Pay Out

Added the parentOrgId filter with (eq, neq, in, nin) operators to these endpoints:

Pay Ops

  • All instances of EIN values returned in API responses are now masked.
  • Added a UpdatedMerchant webhook notification for paypoint updates. You can now get a notification when a paypoint’s address, banking information, or funding configuration is updated. See Webhook Notification Response Reference for the webhook payload.
  • Added the ReplyBy field to responses from the Query/chargebacks endpoint. The ReplyBy field is the deadline by which a merchant must respond to a dispute. By default, this field is exactly 10 days after the CreatedAt timestamp, in UTC.
  • Added the replyDate filter to the Query/chargebacks endpoint which allows filtering disputes by deadline. replyDate has the following conditions: (gt, ge, lt, le, eq, ne). See the Filters and Conditions Reference for more information.