- Retrieve balance transactions
Retrieves a list of balance transactions.
Important: This operation is experimental and may change.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/balance-transactions
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/balance-transactions
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/balance-transactions
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/balance-transactions?limit=0&offset=0&filter=string&sort=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of balance transactions retrieved.
Total number of items that match the request. The value is independent of limit, including when limit is 0.
ID of the balance transaction.
ID of the parent entry if one exists.
Some types of transactions relate to parent transactions. For example, a risk-reserve relates to a charge, and a risk-reserve-release relates a to risk-reserve.
ID of the related transaction.
Currency code in ISO 4217 format.
Date and time of the expected settlement.
If the settlement currency does not match the transaction currency. This field displays the exchange rate of the settlement.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
- charge
- refund
- buy-fee
- sell-fee
- risk-reserve
- risk-reserve-release
- reverse
[ { "id": "btxn_0YVCNJYRXTDDQ9QF2Z60ZA05WP", "type": "charge", "parentId": "btxn_0YVCNJYRXTDDQ9QF2Z60ZA05WP", "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "settlementCurrency": "USD", "settlementAmount": 0, "settlementTime": "2019-08-24T14:15:22Z", "settlementRate": 0, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]