Skip to main content
POST
/
erp
/
account-lookup
Lookup account holder details
curl --request POST \
  --url https://starpayqa.starpayethiopia.com/v1/starpay-api/erp/account-lookup \
  --header 'Content-Type: application/json' \
  --header 'x-api-secret: <x-api-secret>' \
  --data '
{
  "swift_code": "DASHETAA",
  "accountNumber": "5075361069011"
}
'
{
  "status": "success",
  "timestamp": "2023-11-07T05:31:56Z",
  "message": "Success",
  "data": {
    "accountHolderName": "TESFAYE LEMI BEKELE",
    "messageId": "<string>"
  }
}

Headers

x-api-secret
string
required

API secret key.

Example:

"MFUxSN98EV5IUU+RhYZh2f866adcTa4F5HJ2dGI3t8+MH3cvfk/gAZ492TnxwdiI"

Body

application/json
swift_code
string
required
Example:

"DASHETAA"

accountNumber
string
required
Example:

"5075361069011"

Response

Account lookup successful.

status
string
required
Example:

"success"

timestamp
string<date-time>
required
message
string
required
Example:

"Success"

data
object
required