Check validity of a currency amount.

GET {{baseUrl}}/currency_codes/:currency_code/amount_validity?amount=12,34

You can check whether an amount is valid for a specific currency.

Request Params

KeyDatatypeRequiredDescription
amountstring(Required) Currency amount to validate

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"amount":"12,34","currency_code":"EUR","validity":"VAMT"}