Void

PUT/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: "f937c054-7b26-396f-826f-b58e7d1e268a"
nullable

terminal
string
Card Present terminal ID
nullable

RESPONSE SCHEMA: application/json
id
string
example: "d5989b4f-cc4d-3b35-be54-facb3fdf2bc8"
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}/void
Loading…

Response