🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
| 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 |
curl --location --request GET 'https://ws2-payments.datmanpay.com/merchants/merchant-account-status/'{
"merchantId": "string",
"status": "string",
"account_verified": true,
"bank_verified": true,
"internal_transfer_enabled": true
}