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. Senders

Update Details

Update a Sender

PUT /senders/{sender_id}

Description

This endpoint is used to update the details of an existing sender. You can modify specific attributes such as the age of the user, while maintaining their unique identifier (sender_id). The updated information will be reflected in the response to confirm successful changes.

Body

Name
Type
Description

...

...

...

...

...

.

Response

{
    "sender_uid": "4abc8e5d-2bc1-4c2e-994f-c8b0eed4769b",
    "first_name": "John",
    "middle_name": "",
    "last_name": "Ven",
    "country": "QAT",
    "phone_number": "...",
    "daily_limit": 100,
    "monthly_limit": 10000,
    "daily_limit_remaining": 0,
    "monthly_limit_usage": 0,
    "kyc": ...
}
PreviousFetch DetailsNextDelete Sender

Last updated 1 month ago