Skip to main content

Documentation

Get Organization

Retrieve the details of a specific merchant including their KYB status.

    • merchant_account_id

    • Merchant ID. String starting with org_.

  • /v1/partner/onboarding/organization/:merchant_account_id

  • Get Organization

  • curl -X get
    'https://api.rapyd.net/v1/partner/onboarding/organization/org_f39c334dae3b3476d2c7ddfa5c1d3c72' \
    -H 'access_key: your-access-key-here' \
    -H 'Content-Type: application/json' \
    -H 'idempotency: your-idempotency-parameter-here' \
    -H 'salt: your-random-string-here' \
    -H 'signature: your-calculated-signature-here' \
    -H 'timestamp: your-unix-timestamp-here' \
    
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "",
            "response_code": "",
            "operation_id": "48340f2a-5212-41a2-85d5-0d2b982bb80e"
        },
        "data": {
            "ewallet_token": "ewallet_4d228b775c055ec40f50db67efe98ac3",
            "merchant_account_id": "org_3a51a80f13b820e212c81a3b0d1b2f11",
            "merchant_name": "ABC Retailers",
            "created_at": "1754378827",
            "country": "DE"   
            "kyb_status": "IDLE",
            "kyb_last_updated_at": "1754379827",
    		 "sub_merchant_wallets": [
                {
                    "wallet_id": "ewallet_67a8541a8773f60c8fa089cdd68a14fd",
                    "kyb_status": "REJECTED",
                    "sub_merchant_name": "sample store 12",
                    "application_token": "app_cd2aa68babf840b9af12dae5a7138852"
                },
                {
                    "wallet_id": "ewallet_e56da8de6cf7776ab788d432b22ff697",
                    "kyb_status": "PENDING",
                    "sub_merchant_name": "sample store 123",
                    "application_token": "app_0c994d3043d242a0bb2ad61a1a6258da"
                },
                {
                    "wallet_id": "ewallet_f6e37f6eb2aa34a819bca2326e33a9f6",
                    "kyb_status": "PENDING",
                    "sub_merchant_name": "sample store 1234",
                    "application_token": "app_1ed7d5b50d634268a6fc1b5f927acde1"
                },
                {
                    "wallet_id": "ewallet_3e83ef23003c90558420cf2d6051fcf1",
                    "kyb_status": "PENDING",
                    "sub_merchant_name": "sample store 1213",
                    "application_token": "app_c35589721c094e49b6592edd1a73e561"
                },
                {
                    "wallet_id": "ewallet_49e9cadc1aa564a196affaa97735c6e7",
                    "kyb_status": "PENDING",
                    "sub_merchant_name": "sample store 1214",
                    "application_token": "app_b55232f464bb42d594a2a0c03dfdac7d"
                },
                {
                    "wallet_id": "ewallet_00521742d0fa337c9ea6bf46e1a3b3c2",
                    "kyb_status": "PENDING",
                    "sub_merchant_name": "sample store 1215",
                    "application_token": "app_6de4b7b4ddc5482aafd8dbfd24065216"
                },
                {
                    "wallet_id": "ewallet_62937c3b06e366e17f552f97aac718c7",
                    "kyb_status": "PENDING",
                    "sub_merchant_name": "sample store 12113",
                    "application_token": "app_4961999f185545e4b90bae6e8d78f7c4"
                },
                {
                    "wallet_id": "ewallet_fa6a214c22bc825df511597da229c5e3",
                    "kyb_status": "PENDING",
                    "sub_merchant_name": "sample store 12143",
                    "application_token": "app_c73a17840afa4d23ac27854ad4eceac8"
                },
                {
                    "wallet_id": "ewallet_bb28103ca9f96c653f1bc69590fddf9f",
                    "kyb_status": "PENDING",
                    "sub_merchant_name": "sample store 12143",
                    "application_token": "app_d175cde700ca479caeebf7ff2f0f9dd0"
                }
            ]
        }
    }