Skip to main content
POST
/
user
/
operations
/
request-money-v2
/
{userToken}
Request money
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
}

Authorizations

api_key
string
header
required

Path Parameters

userToken
string
required
  • User identifier or UUID.

Body

application/json
  • Credentials and corridor id for the request.
requestTo
string
required
correlationId
string
required
recipientAmount
number<double>
required
recipientCurrency
string
required
destinationPaymentMethodId
string
reason
string
destinationPaymentMethod
object

Response

Construct a type with the properties of T except for those in type K.

status
string
required
createdAt
string<date-time>
required
amount
number<double>
required
code
string
required
recipientAmout
number<double>
required
correlationId
string
platId
string
updatedAt
string<date-time>
statusDetails
string
mobileStatus
string
reason
string
senderAmount
number<double>
currency
string
senderCurrency
string
recipientCurrency
string
sourcePaymentMethod
object
destinationPaymentMethod
object
sourceFee
number<double>
transactionFee
number<double>
destinationFee
number<double>
exchangeRate
number<double>
estimatedExchangeRate
number<double>
hasReferenceCode
boolean
fromUser
object
toUser
object
fromTo
string[]
isIgnored
boolean
ignoredData
object
tenantfee
number<double>
totalAmount
number<double>
tax
number<double>
userId
string
isLandingPortFlow
boolean
landingPortUrl
string
destinationAppId
string
sameTenant
boolean
cancelable
boolean
flow
string
taxAmount
number<double>