Wallet Movements
Last updated
Last updated
GET
https:/api.payvalida.com/cashout/v1/walletmovements/{merchant}
URL Sandbox: https://api-test.payvalida.com/v1/walletmovements
/{merchant}
Allows to obtain the wallet movements in a date range.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
"DEVOLUCION"
"TRANSFERENCIA"
"ANULACION"
"NINGUNO"
"RECARGA"
"COMPRA"
"PROVISION"
"IVA"
"RECARGA/PAGO SERVICIO"
"COMISION"
"OPERACION CASHOUT"
code: Code of the result, "0000" indicates success, any other code indicates error.
Error codes:
"0000" : OK.
"0001" : No records found.
"0009" : Checksum provided is not valid.
"0019" : Required parameter was not found in the request.
"0026" : Parameter 'limit' out of range.
"0028" : Parameter 'page' must be greater than zero.
"0036" : Format not valid for start or end date.
"0037" : Range of dates is not valid.
"0038" : Concept type provided is not valid.
text: Contains a message associated with the code received.
data: Provides information of operations when the response is ok.
operation_code: Operation ID associated to the wallet movement
amount: Decimal number representing the amount debited (withdrawn) or acredited (recharged) from the funds. Credit or debit is differentiated by the observation field.
type: Represents the movement type
date: Creation date of the operation. It includes milliseconds
currency: Represents the currency of the movement
observation: Description about the movement, it includes the operation ID.
user: Email address of carried out the operation. This will be used for notification purposes
merchant*
string
Commerce/merchant that owns the operation (Max 30 characters)
checksum*
string
Checksum encoded in SHA512(merchant+start+end+fixed_hashed) (512 characters)
limit
string
Number of records to get (default 23; 10 <= limit <= 100) (4 characters)
page
string
Page number (default > 0) (4 characters)
type
string
Concept type (Operation status) (30 characters)
start*
string
Start date of search (format YYYY-MM-DD) (8 characters)
end*
string
End date of search (format YYYY-MM-DD) (8 characters)