New and updated query endpoints, and improved error messages
This release brings you new query endpoints for batch details and improved error messages for managed payables.
Improved error messages for managed payables
We’ve improved error messaging for MoneyOut/capture decline responses. When a capture of a managed payout is declined, you’ll now get a clear and actionable message in the resultText
.
Changes to some query endpoints
The /Query/settlements
endpoints now only return details for settled transactions. To get details about all batched transaction, regardless of settlement status, use the new batchDetails
endpoints:
- By paypoint: /Query/batchDetails/{entry}
- By org: /Query/batchDetails/org/{orgId}