Updates to the Payments API

We added a related_transactions array to the TransactionRead object, which is used in following endpoints:

The array contains a list of related records for the specified transaction, such as refunds, direct debit return, chargeback or adjustment.

Note: While all endpoints listed above use the TransactionRead object, the related_transactions array is only included in the response when you use GetTransaction. Otherwise, it is omitted.

For more information, see the changelog.

Categories