Subscribe to our changelog RSS feed: https://docs.payabli.com/changelog.rss
2025
- April 2 Updates - New endpoint for downloading chargeback attachments
- March 3 Updates - New query parameters for export endpoints
- February 24 Updates - New API fields
- February 21 Updates - Improved error message for transaction amount limits
- February 5 Updates - API updates
- January 14 Updates - API updates
- January 1 Updates - Custom batch times and enhanced refund flow
2024
- December 29 Updates - Added
externalPaypointId
to boarding application endpoints - December 27 Updates - DeviceID added to API responses
- December 23 Updates - New query parameter
- November 26 Updates - New status page
- November 20 Updates - Improved error messages for managed payables
- November 19 Updates - New user language field in the API
- October 22 Updates - Playground, boarding and API enhancements
- October 10 Updates - Support for Apple Pay payments
- July 23 Updates - Enhanced batches and funding
- May 22 Updates - Bug fixes for web apps and APIs
- April 22 Updates - Chargeback notification enhancements and bug fixes
- March 20 Updates - Fixes to application statuses and transfer notifications
- March 6 Updates - Web app fixes and BIN data enhancements
- February 15 Updates - Boarding and UI enhancements
- January 31 Updates - Export, query, and boarding API enhancements
2023
- December 7 Updates - UI and reporting enhancements
- November 9 Updates - New split funding functionality
- October 20 Updates - Notes & Events, embedded components versioning, and numerous enhancements
- September 19 Updates - New getPaid tokenization setting and bug fixes
- August 24 Updates - Creator payments and improvements across apps
- August 1 Updates - Persistent Creator columns and API improvements
- July 26 Updates - Enhanced bill and invoice screens, Creator updates, and new webhook notifications
- June 29 Updates - Canadian postal codes, batch report enhancements, and webhook headers
- June 1 Updates - Batch report enhancements, and webhook headers
Web app fixes and BIN data enhancements
This release includes several bug fixes and enhancements across the web app and API. Here are the highlights:
Web app
These changes impact PartnerHub, PayHub, or both.
- Fixed a bug with pagination in reporting components. Pagination now works as expected.
- Fixed a bug that caused the “Add Customer” window to close immediately when creating customer from an invoice. Adding a customer from an invoice now works as expected.
- Fixed a bug that prevented autopay exports from the web apps in sandbox. Autopay exports now work as expected in PartnerHub and PayHub.
- Fixed a bug that kept the “City” field from autopopulating while creating an organization. The field now populates as expected.
- Fixed a bug that caused boarding application dates to display inconsistently. Dates now work as expected.
API
Added a binData
object to the API response for these endpoints:
- /TokenStorage/{methodId} GET
- /MoneyIn/details/{transId} GET
- /Query/transactions/entry GET
- /Customer/customerId GET
This binData
object displays important information about a payment card’s type and issuer, and includes the following fields:
binMatchedLength
: The number of characters from the beginning of the card number that were matched against a Bank Identification Number (BIN) or the Card Range table.binCardBrand
: The card brand. For example, Visa, Mastercard, American Express, DiscoverbinCardType
: The type of card: Credit or Debit.binCardCategory
: The category of the card, which indicates the card product. For example: Standard, Gold, Platinum, and so on. ThebinCardCategory
for prepaid cards is markedPREPAID
. Examples:- GOLD
- PREPAID BUSINESS
- PLATINUM TRAVEL
- PREPAID RELOADABLE
binCardIssuer
: The name of the financial institution that issued the card.binCardIssuerCountry
: The issuing financial institution’s country name.binCardIssuerCountryCodeA2
: The issuing financial institution’s two-character ISO country code. See this resource for a list of codes.binCardIssuerCountryNumber
: The issuing financial institution’s ISO standard numeric country code. See this resource for a list of codes.