Void
PUThttps://api.prahsys.com/payments/n1/merchant/{merchantId}/payment/{paymentId}/void
MEDIA TYPE: application/json
targetTransactionId
string
The identifier for the transaction you wish to void ('id' field returned in transaction responses). Can consist of any characters. Length: 1-40 characters.
example:
"d76d86c4-cf66-3c5b-afb7-6f5ae8c136dc"
nullable
terminal
string
Card Present terminal ID
nullable
RESPONSE SCHEMA: application/json
id
string
example:
"b6a24e04-f253-34b3-b689-447240a0de36"
operation
string
example:
"AUTHORIZE"
type
string
example:
"AUTHORIZATION"
result
string
example:
"SUCCESS"
currency
string
example:
"USD"
authorizationAdjustmentActions
string
example:
"INCREMENT"
gatewayCode
string
example:
"APPROVED"
avsCode
string
example:
"ADDRESS_MATCH"
cscCode
string
example:
"MATCH"
Request
shell
https://api.prahsys.com/payments/n1/merchant/{merchantId}/payment/{paymentId}/voidLoading…