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": "b6bf4bcd-7751-426b-86c6-1b3d72ee5a02",
  "type": "request",
  "createdAt": "2026-04-13T17:54:15.180Z",
  "updatedAt": "2026-04-13T17:54:16.022Z",
  "amount": 500,
  "status": "Sent",
  "statusDetails": "RequestSent",
  "reason": "Pago de servicio",
  "code": "Ze2i4o",
  "recipientAmout": 500,
  "senderAmount": 0,
  "fromUser": {
    "userId": "5bMwDyW4ZDVgu58HKzocpZcZ7fz1",
    "firstName": "Maria",
    "lastName": "Garcia",
    "phoneNumber": "+5215521206706",
    "email": "",
    "country": "MX"
  },
  "toUser": {
    "phoneNumber": "+19163015400",
    "country": "US"
  },
  "currency": "MXN",
  "recipientCurrency": "MXN",
  "senderCurrency": "USD",
  "exchangeRate": 1,
  "destinationPaymentMethod": {
    "type": "DebitCard",
    "country": "MX",
    "id": "f9b8131f-404a-41e0-9312-927cf81f97fe",
    "number": "tok_sandbox_9PNgfqqpdpyQpnD1jYkdw1_1111",
    "currency": "MXN"
  },
  "attributionLink": "https://links-dev.nomas.cash/EFUb8",
  "isIgnored": false,
  "tenantfee": 0,
  "userId": "5bMwDyW4ZDVgu58HKzocpZcZ7fz1",
  "cancelable": false,
  "fromTo": [
    "5bMwDyW4ZDVgu58HKzocpZcZ7fz1"
  ]
}

Authorizations

api_key
string
header
required

Path Parameters

id
string
required

Correlation ID.

Response

200 — OK. Operation detail for partner.

Scenarios for this response:

ScenarioHow to reproduceTypical code / body
Detail returnedOperation id exists and belongs to caller tenant.OperationDetailResponse

See also Full scenario matrix.

code
string
required

User frendly operation code for support purposes

Example: ABC123.

status
string
required

Operation status

Example: Sent, Funding, Funded, Accepted, Rejected, ReadyForPickup, Completed, Failed, OnHold, InTransit, Cancelled.

amount
number<double>
required
createdAt
string<date-time>
required
cancelable
boolean

Indicates if the operation can be cancelled by the funder user.

userId
string

User ID

ID of the user who performed the operation.

ignoredData
object

Data about the reason why the operation was ignored by the funder user.

isIgnored
boolean

Indicates if the operation was ignored by the funder user.

Attribution link

Link to the operation.

toUser
object

Recipient user information

fromUser
object

Sender user information

estimatedExchangeRate
number<double>

Estimated exchange rate for the operation.

destinationPaymentMethod
object

Destination payment method

sourcePaymentMethod
object

Source payment method

currency
string

Currency code

ISO 4217 format. Example: USD for United States Dollar, MXN for Mexican Peso.

reason
string

Reason. Free text.

Example: Hi! I need money.

statusDetails
string

Operation status details

updatedAt
string<date-time>
correlationId
string

Correlation ID

Partner provided operation identifier.