cURL
curl --request POST \ --url https://raas-partner-cv.nomas.cash/v1/user/operations/request-money-v2/{userToken} \ --header 'Content-Type: application/json' \ --header 'api_key: <api-key>' \ --data ' { "requestTo": "<string>", "correlationId": "<string>", "recipientAmount": 123, "recipientCurrency": "<string>", "destinationPaymentMethodId": "<string>", "reason": "<string>" } '
{ "status": "<string>", "createdAt": "2023-11-07T05:31:56Z", "amount": 123, "code": "<string>", "recipientAmout": 123, "correlationId": "<string>", "platId": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "statusDetails": "<string>", "mobileStatus": "<string>", "reason": "<string>", "senderAmount": 123, "currency": "<string>", "senderCurrency": "<string>", "recipientCurrency": "<string>", "sourcePaymentMethod": { "paymentMethodOwner": "<string>", "accountPrefix": "<string>", "bin": "<string>", "name": "<string>", "type": "<string>", "isPrimary": true, "accountNumber": "<string>", "currency": "<string>", "country": "<string>", "number": "<string>", "id": "<string>" }, "destinationPaymentMethod": { "paymentMethodOwner": "<string>", "accountPrefix": "<string>", "bin": "<string>", "name": "<string>", "type": "<string>", "isPrimary": true, "accountNumber": "<string>", "currency": "<string>", "country": "<string>", "number": "<string>", "id": "<string>" }, "sourceFee": 123, "transactionFee": 123, "destinationFee": 123, "exchangeRate": 123, "estimatedExchangeRate": 123, "hasReferenceCode": true, "fromUser": { "tenantId": "<string>", "dob": "2023-11-07T05:31:56Z", "subscriberType": "<string>", "profilePictureUrl": "<string>", "country": "<string>", "imageUrl": "<string>", "email": "<string>", "phoneNumber": "<string>", "lastName": "<string>", "firstName": "<string>", "orgId": "<string>", "userId": "<string>" }, "toUser": { "tenantId": "<string>", "dob": "2023-11-07T05:31:56Z", "subscriberType": "<string>", "profilePictureUrl": "<string>", "country": "<string>", "imageUrl": "<string>", "email": "<string>", "phoneNumber": "<string>", "lastName": "<string>", "firstName": "<string>", "orgId": "<string>", "userId": "<string>" }, "fromTo": [ "<string>" ], "attributionLink": "<string>", "isIgnored": true, "ignoredData": { "date": "2023-11-07T05:31:56Z", "notifySupport": true, "reason": "I_DONT_RECOGNIZE_CONTACT", "responsibleUserId": "<string>", "description": "<string>" }, "tenantfee": 123, "totalAmount": 123, "tax": 123, "userId": "<string>", "isLandingPortFlow": true, "landingPortUrl": "<string>", "destinationAppId": "<string>", "sameTenant": true, "cancelable": true, "flow": "<string>", "taxAmount": 123 }
Creates a request-money event from originator to beneficiary.
Show child attributes
Construct a type with the properties of T except for those in type K.