Reject Transaction
This API is used to reject the transactions created by a program maker or program checker.
Method: POST
Endpoint:
http://localhost:4041/rpc/VisaDirectService/RejectTransaction
Request
Payload Parameters
Parameter | Type | Description |
---|---|---|
referenceNumbers | string, array | The reference numbers of the transactions to be rejected. |
Sample Request
{
"referenceNumbers": [
"34e32d51520a4d0bb5b72e5b118c7006"
]
}
Sample Response
{
"rejectedTransactions": [
"3c7e41f178e64206a830ff7b00873b74"
]
}