Transactions
Retrieve deposit transactions for your store. Each settled invoice produces two transaction records: the merchant deposit (type: transfer) and the service fee (type: fee).
Get transactions
Returns a list of all payout transactions for the given store, ordered by creation date (newest first).
Get transaction
Returns a single transaction by its `transactionId` (the deposit ID) or by `invoiceId`.