Get adjustment
GET
/accounts/{accountID}/adjustments/{adjustmentID}
Adjustment made to a wallet.
An adjustment made to the wallet of a Moov account.
{
"adjustmentID": "ec7e1848-dc80-4ab0-8827-dd7fc0737b43",
"amount": {
"currency": "USD",
"valueDecimal": "12.987654321"
},
"createdOn": "2019-08-24T14:15:22Z",
"walletID": "ec7e1848-dc80-4ab0-8827-dd7fc0737b43"
}
Empty response for unauthorized or any other returned http status code.
Request was refused due to rate limiting.
Response headers
Retry-After
number
Path parameters
accountID
string
<uuid>
required
ID of the account.
adjustmentID
string
<uuid>
required
ID of the adjustment
Response
application/json
adjustmentID
string<uuid>
<=36 characters
UUID
amount
object
A decimal value representing money in a specific currency.
Show child attributes
currency
string
<=3 characters
Pattern
A 3-letter ISO 4217 currency code.
valueDecimal
string
Pattern
A decimal-formatted numerical string that represents up to 9 decimal place precision.
createdOn
string<date-time>
<=24 characters
walletID
string<uuid>
<=36 characters
UUID