API and Web App
2025 API and UI Changelog
Changes, improvements, and fixes to the Payabli APIs and UIs in 2025
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 theAdditionalData
object to configure Apple Pay. See Configure the Apple Pay Button for more information.
Pay Out
- Implemented masking for the EIN field in the response for the GET /Bill/{idBill} endpoint.
- Added the
Gateway
field in the response for the /MoneyOut/details/{transId} and /Query/payouts/{entry} endpoints.
Pay Ops
Added four new export endpoints:
- /Export/batchDetails/{format}/{entry}
- /Export/batchDetails/{format}/org/{orgId}
- /Export/batchesOut/{format}/{entry}
- /Export/batchesOut/{format}/org/{orgId}
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.
Was this page helpful?