Operations

This service allows you to query the performed operations.

Get operation

The /operations endpoint allows you to perform a search with specific filters.

Filters

You can find more information on how to apply filters in the section Filters and pagination.

Available parameters
Header Parameters
Authorizationstring(format: uuid)required
Used to authenticate the client server
Example: Bearer {access_token}
Query Parameters
filter[card.credit_line_id]string
It allows you to retrieve the operations associated with the specified credit line ID.
Example: lcr-h4xWg6e8CiRcpHd8A6JE8MW8wSZ
filter[operation_id]string
Use the specified operation ID as a filter.
Example: ctx-2PhjgAaWearIfQAy794DTbX9iGF
filter[status]string
Retrieves the operations matching the specified status.
Example: AUTHORIZED
filter[card.last_four]string
Retrieves the executed operations with a card containing the specified last 4 digits.
Example: 1234
filter[user.id]string
List the operations associated with the specified user ID.
Example: usr-2IxwEJMIk3uclNL1paokI5jrxuI
filter[merchant.name]string
Lists operations associated with a specific merchant.
Example: Pomelo
filter[date_created][from]string
Retrieves the operations created since the specified date.
Example: 2012-03-29
filter[date_created][to]string
Returns the operations created prior to the specified date.
Example: 2012-03-30
filter[date_confirmed][from]string
Retrieves the confirmed operations since the specified date.
Example: 2012-03-30
filter[date_confirmed][to]string
Retrieves the confirmed operations prior to the specified date.
Example: 2012-04-01
filter[date_reverted][from]string
Retrieves the reversed operations since the specified date.
Example: 2012-04-01
filter[date_reverted][to]string
Retrieves the reversed operations prior to the specified date.
Example: 2012-04-10
Response details
dataarrayrequired
metaobjectrequired

Was this section helpful to you?

GET/lending/v1/operations
Response examples
{
"data":[
0:{
...
}
]
"meta":{
"pagination":{
...
}
}
}