🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location -g --request GET 'https://sandbox-portal-api.datmancrm.com/merchants/sandbox/api/v1/merchants/merchant-account-status/{{merchant_id}}' \
--header 'api_key: {{PLATFORM_API_KEY}}'{
"status": "Not Submitted",
"bank_verification_status": "Unverified",
"account_verification_status": "Unverified",
"verification_status": {
"account_status": "ACTIVE",
"payout_status": "INACTIVE",
"issues": [],
"verification_tier": null
},
"feeTier": [
{
"name": "tier_4",
"id": 4,
"percentage_fee": "1.95",
"fixed_fee": "0.20"
}
]
}