Use this API to get Merchant onboarding details by for the sub-merchant account.
curl --request GET \ --url https://api-sandbox.cashfree.com/partners/merchants/{merchant_id} \ --header 'x-partner-apikey: <x-partner-apikey>'
{ "merchant_id": "test_merchantid_1", "merchant_email": "john@cashfree.com", "merchant_name": "John Doe Business", "created_at": "2023-07-24T04:45:20.000Z", "onboarding_status": "Email Verified", "product_status": [ { "product_name": "PG", "product_min_kyc_status": "MIN_KYC_PENDING" } ] }
Partner API Key
API version to be used
Unique identifier for the merchant
OK
The response is of type object.
object