Register
Register a cashout transaction, handing cash to the requester.
Method: POST
Production: https://api.payvalida.com/cashout/v1/transaction/{netname}
Sandbox: https://api-test.payvalida.com/cashout/v1/transaction/{netname}
Name
Required
Description
Type
Length
idoperation
Yes
Operation identifier (obtained from the query)
Numeric
15
netcode
Yes
Network code
Numeric
20
transaction
Yes
Transaction ID (unique)
Alphanumeric
50
teller
Yes
ID of the teller that executed the transaction
Alphanumeric
40
danecode
Yes
DANE code **
Alphanumeric
50
checksum
Yes
Checksum encoded with SHA512(name + idoperation + transaction + FIXED_HASH)
Alphanumeric
512
** If your integration is outside Colombia, you have to send the zip code in the parameter danecode
Last updated