This changelog provides an overview of the recent changes made to the Payabli APIs.

Changes for October 6, 2025

API changes

Optional getPaid transaction details

POST /MoneyIn/getpaid: We added an optional includeDetails query parameter to return comprehensive transaction details in the response.

When includeDetails=true, the response now includes a transactionDetails object several important fields such as:

  • Complete transaction metadata: Parent organization, paypoint information, gateway transaction IDs, batch details
  • Detailed payment data: Masked account information, account type, expiration, holder name, BIN data, and payment breakdown
  • Transaction processing details: Response codes, AVS and CVV responses, authorization codes
  • Customer information: Complete billing and shipping address details, customer status, and custom identifiers

This enhancement allows you to retrieve relevant initial transaction information without making a separate API call, streamlining your integration and improving efficiency.

See the Pay In Transaction integration guide for a complete example of the transactionDetails object structure and usage.