- Retrieve a balance transaction
Retrieves a balance transaction with a specified identifier.
Important: This operation is experimental and may change.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/balance-transactions/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/balance-transactions/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/balance-transactions/{id}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/balance-transactions/{id}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Balance transaction retrieved.
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": [ { … } ] }