# Create an account assessment **POST /v2/account_assessments** This endpoint allows you to assess a SEPA counterparty account by retrieving risk and fraud indicators, account capabilities and by performing IBAN and name/identification matching. ## Servers - Production: https://api.memo.bank (Production) - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Authentication methods - Jwt ## Parameters ### Body: application/json (object) - **iban** (string) IBAN of the account to assess. - **identifications** (array[object]) List of identifications to match against the account. ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) ID of the account assessment. - **status** (string) Status of the account assessment. - **iban** (string) IBAN from the request. [Powered by Bump.sh](https://bump.sh)