Operation
Last updated
Last updated
GET
https::/api.payvalida.com/cashout/v1/operation/{merchant}/{operation}
URL Sandbox: https://api-test.payvalida.com/v1/operation/
{merchant}/{operation}
This method allows to retrieve information of a cashout operation, showing the most relevant data of it.
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.
data: Contains the transaction's data (empty if an error occurs)
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 (Max 30 characters)
operation*
string
Operation ID, generated by the commerce/merchant (Max 40 characters)
checksum*
string
Checksum encoded in SHA512 (merchant + operation + document + FIXED_HASH) (512 characters)
document*
number
ID or reference associated with the operation (Max 20 characters)