Reverse
Reverse a cashout transaction. This method allows the cash network to make an automatic reverse.
This method has a limit of 50 seconds since its registration.
Method: PATCH
Production: https://api.payvalida.com/cashout/v1/transaction/{netname}/{idtransaction}
Sandbox: https://api-test.payvalida.com/cashout/v1/transaction/{netname}/{idtransaction}
Name
Required
Description
Type
Length
netcode
Yes
Network code
Numeric
20
transaction
Yes
Transaction ID (unique)
Alphanumeric
50
checksum
Yes
Checksum encoded with SHA512(name + transaction + FIXED_HASH)
Alphanumeric
512
Reversing a transaction is supported as long as the endpoint is consumed within 30 seconds after the transaction is initially registered.
Last updated