Account status
Developing
GET
https://ws2-payments.datmanpay.com/merchants/merchant-account-status/{merchant_id}
API Name: Account Status
This API is used to retrieve the current account status and onboarding progress of a merchant. It provides insights into account verification, bank verification, internal transfer eligibility, and onboarding completion.
Use Case:
Response Fields Explained:
Field | Type | Description |
---|---|---|
merchantId | string | Unique identifier for the merchant |
status | string | Current status of the merchant's account: active , closed , or pending |
accountVerification | object | Details of the merchant's account verification status |
bankVerification | object | Details of the merchant's bank verification status |
internalTransferEnabled | boolean | Indicates whether internal transfers are enabled |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://ws2-payments.datmanpay.com/merchants/merchant-account-status/'
Response Response Example
200 - Example 1
{
"merchantId": "string",
"status": "string",
"account_verified": true,
"bank_verified": true,
"internal_transfer_enabled": true
}
Request
Path Params
merchant_id
stringÂ
required