Minit Money Enterprise
  • Welcome
  • Introduction
    • What is RaaS?
  • Get Started
  • Dashboard
  • RaaS API
    • API Key
    • Health Check
    • Corridors
      • List all Corridors
      • Corridor Details
      • Payout Methods
      • Payout Requirements
  • Senders
    • New Sender
    • Fetch Details
    • Update Details
    • Delete Sender
    • KYC
  • Beneficiaries
    • New Beneficiary
    • Fetch Details
    • Update Details
    • Delete Beneficiary
    • KYC
  • Quote
    • New Quotes
    • Fetch Quote
  • Transactions
    • New Transaction
    • Fetch Transaction
    • Status
  • Webhooks
    • Subscribe
    • Delete
  • Resources
    • Change log
    • FAQs
    • About
Powered by GitBook
On this page
  1. Beneficiaries

Fetch Details

Get a Beneficiary

GET /beneficiaries/{beneficiary_id}

Description

Fetch beneficiary details using beneficiary_id. This endpoint retrieves the complete information of a beneficiary, including personal details, contact information, and KYC status.

Response

{
    "beneficiary_uid": "eb872fce-b5d8-4225-b407-fcdbe686db02",
    "first_name": "Ben",
    "middle_name": "",
    "last_name": "Ten",
    "country": "QAT",
    "phone_number": "...",
    "daily_limit": 100,
    "monthly_limit": 10000,
    "kyc":..., 
}
PreviousNew BeneficiaryNextUpdate Details

Last updated 1 month ago