GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.

Headers

Accept-Language
string
default:en

Preferred language for the response

Query Parameters

MerchantAccountNumber
integer
required

The unique identifier of the merchant account

Required range: 10000000 <= x <= 99999999
Example:

35253486

Response

Success Response (200)

capturedBy
string
required

The username or identifier of the user who made the status change

Example:

"admin@example.com"

statusName
string
required

The name/description of the status that was set (e.g., "Active", "Suspended", "Blacklisted")

Example:

"Active"

dateCreated
string<date-time>
required

The date and time when the status change occurred (ISO 8601)

Example:

"2024-01-15T10:30:00Z"

comments
string
required

Additional comments or notes provided with the status change

Example:

"Merchant account activated after compliance review"

reasonDescription
string
required

The description of the reason category used for this status change

Example:

"Compliance Review Complete"