April 2
Adds new endpoint to fetch chargeback attachments
  • Added the GET /ChargeBacks/getChargebackAttachments/{Id}/{fileName} endpoint. This endpoint allows you to download chargeback attachments, such as PDFs or images, associated with a chargeback record. The Id parameter is the ID of the chargeback record, and the fileName parameter is the name of the file you want to download.
March 3
Adds new query params for export endpoints
  • Added the limitRecord query parameter to all export endpoints. This parameter limits the number of records to return for the query. The maximum is 30,000 records. When you don’t include this parameter, the API returns up to 25,000 records.
  • Added the fromRecord query parameter to all export endpoints. This parameter specifies the record number to start the export from. The default is 0.

You can use these query parameters together to paginate through large exports. For example, to get the first 10,000 records of an export, you would use limitRecord=10000&fromRecord=0. To get the next 10,000 records, you would use limitRecord=10000&fromRecord=10000.

February 24
Adds new ACH fields to several endpoints

Pay In

Feburary 21
Improves error message for transaction amounts

We updated an error message to make it easier to understand. An error for a transaction amount outside of the maximum and minimum limits of a paypoint will now display the message:

“Transaction amount is outside the minimum and maximum limit of the paypoint.”

instead of:

“No tier is available for the amount, mode 0 or 2.”

February 5
API enhancements and new webhook notifications

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.
January 14
Enhancements and fixes to the Pay In, Pay Out, and Pay Ops features and APIs.

Pay In

  • Added new notifications for TransferAdjusted, TransferReadyforRetry, TransferResolved events. See Notifications and Reports Overview for more information.
  • Added the settings objects for configuring Apple Pay for payment pages. Before, you had to use the AdditionalData object to configure Apple Pay. See Configure the Apple Pay Button for more information.

Pay Out

Pay Ops

Added four new export endpoints:

Added a new query parameter columnsExport to export endpoints, including exports for:

  • Transactions
  • Batches
  • Subscriptions
  • Settlements
  • Transfers
  • Chargebacks
  • Customers
  • Organizations
  • Boarding
  • Paypoints
  • Invoices
  • Vendors
  • Bills
  • Payouts

This new parameter lets you define a custom column mapping for an export. Documentation for the parameter is available in each endpoint’s API reference.

January 1
Introducing Custom Batch Times and the Enhanced Refund Flow

We’re excited to changes that allow you to close Pay In batches when it makes sense for your merchants. With Custom Batch Times, you can choose any hour of the day as your preferred batch cutoff time instead of using the default of 5 PM Eastern Time.

We’ve also released the Enhanced Refund Flow. This feature provides a frustration-free experience for processing card refunds, ensuring that refunds are processed at the optimal time to avoid issues with the backend processor.

To opt in to Custom Batch Times or the Enhanced Refund Flow, contact the Payabli team.

Was this page helpful?