Skip to main content
PATCH
/
api
/
currency
/
{alphabetic_code}
{
  "currency": "<string>",
  "alphabetic_code": "<string>",
  "numeric_code": "<string>",
  "active_indicator": true
}
The Master Currency can be described as the currency that Athena will be using to perform screening of transactions. Athena identifies currency code using the alphabetic code in accordance to ISO 4217. For more information on ISO 4217, please refer to the link below. ISO 4217 Standard Please also note that only one currency can be set as the Master Currency. Once the Master Currency is set, the main currency cannot be changed by any means. If a mistake was made setting the Master Currency, please send an email to clientservice@cynopsis.co To select the currency code to be used, perform a one-time call to the following API

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

alphabetic_code
string
required

Body

activate_currency
boolean
currency
string
Required string length: 1 - 65
alphabetic_code
string
Required string length: 1 - 3
numeric_code
string
Maximum length: 3

Response

200 - application/json
currency
string
required
Maximum length: 65
alphabetic_code
string
required
Maximum length: 3
active_indicator
boolean
required
numeric_code
string
Maximum length: 3