Multiple Operations
Last updated
Last updated
GET
https://api.payvalida.com/cashout/v1/operation/{merchant}
URL Sandbox: https://api-test.payvalida.com/v1/operation
/{merchant}
This method retrieves information of various cashout operations, the request can be filtered by status, document and update date.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
code: Code of the result, "0000" indicates success, any other indicates an error
text: Contains the message associated with the code that was sent.
first: Contains the information needed to obtain the elements of the first page
previous: Contains the information needed to obtain the elements of the previous page
next: Contains the information needed to obtain the elements of the next page
end: Contains the information needed to obtain the elements of the last page
data: Contains an array with the data of the transactions (empty if an error occurs or if there's no elements between the specified dates)
amount: Transaction amount
transactionCost: The cost the user assumes for executing the transaction
currency: Registered currency for the cashout operation
description: Description of the operation
document: Identification number
sms: Indicates if the OTP was sent to the end user via SMS
cellphone: Phone number where the OTP will be sent
operation: Operation ID, generated by the commerce
expire: Expiration date of the operation
update: Las modified date of the operation
status: Operation status
APROBADA (approved): Cashout was processed successfully
VENCIDA (expired): Cashout wasn't processed before due date
CANCELADA (cancelled): The operation was cancelled by the commerce/merchant
ANULADA (nullified): The operation was nullified by Payvalida
PENDIENTE (pending): The operation is waiting for the completion of cashout
merchant
string
Commerce/merchant that owns the operation (30 characters)
checksum
string
Checksum encoded in SHA512 (merchant+start+end+FIXED_HASH)(512 characters)
status
string
Transaction status (default = 0)(Max 12 characters)
document
number
Filter by ID (default ALL) (Max 20 characters)
start
number
Start date for the search ( YYYYMMDD format, default TODAY) (8 characters)
end
number
End date for the search ( YYYYMMDD date, default TODAY) (8 characters)
page
number
Page number (default >0) (Max 4 characters)
limit
number
Amount of elements in the response (default 23, 10 <= limit <= 100) (Max 4 characters)