/request-send-money/:requestId

Scope: Fetch Request Send Money

{ 
    "accountId": string,            
    "requestId": string,           
    "recipientId": string,           
    "memo": string | null,                 
    "paymentMethod": string,    
    "amount": number,               
    "status": "pendingApproval" | "approved" | "rejected" | "cancelled"         
}
Language
Credentials
Query
Click Try It! to start a request and see the response here!