Affinity API 1.0 Help

Query name on an account

At times, you might want to verify the name associated with an account to ensure that you are interacting with the correct one

Requests and responses

GET method/accounts/{accountNumber}/query

Retrieve an account name using the account number

Request parameters

Responses

{ "accountName": "example", "status": "SUCCESS", "statusCode": "00" }
[ { "message": "example", "code": "example", "field": "example" } ]
{ "message": "example" }
Last modified: 27 August 2025