Fetch Details
Get a Sender
GET
/senders/{sender_id}
Description
Fetch sender details using sender_id
. This endpoint retrieves the complete information of a sender, including personal details and contact information.
Response
{
"sender_uid": "4abc8e5d-2bc1-4c2e-994f-c8b0eed4769b",
"first_name": "John",
"middle_name": ...,
"last_name": "V",
"country": "QAT",
"phone_number": "...",
"daily_limit": 100,
"monthly_limit": 10000,
"daily_limit_remaining": 0,
"monthly_limit_usage": 0,
"kyc": ...
}
Last updated