Skip to main content
GET
/
user
/
operations
/
detail
/
{id}
Get operation detail
curl --request GET \
  --url https://raas-partner-cv.nomas.cash/v1/user/operations/detail/{id} \
  --header 'api_key: <api-key>'
{
  "id": "<string>",
  "status": "<string>",
  "type": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "amount": 123,
  "code": "<string>",
  "recipientAmout": 123,
  "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

id
string
required
  • Unique operation UUID.

Response

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

id
string
required
status
string
required
type
string
required
createdAt
string<date-time>
required
amount
number<double>
required
code
string
required
recipientAmout
number<double>
required
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>