You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation shows "adjusted_by" as an array of adjustments to a transaction.
The implementation provides a different result when returning a transaction that is a Return.
The field "adjusted_by" is returned as an empty array (as expected).
An undocumented field "adjustment_to" contains the related Adjustment object.
Request that the documentation should be updated match the implementation.
The text was updated successfully, but these errors were encountered:
URL: https://dev.na.bambora.com/docs/references/payment_APIs/v1-0-5/
Endpoint: GET /payments/{transId}
Object: Transaction
Documentation shows "adjusted_by" as an array of adjustments to a transaction.
The implementation provides a different result when returning a transaction that is a Return.
The field "adjusted_by" is returned as an empty array (as expected).
An undocumented field "adjustment_to" contains the related Adjustment object.
Request that the documentation should be updated match the implementation.
The text was updated successfully, but these errors were encountered: