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: "8eade48f-61a1-3fcd-893b-d97998f7097b"
nullable

terminal
string

Card Present terminal ID

nullable

RESPONSE SCHEMA: application/json
id
string
example: "978c9648-8560-39d1-a507-9e56d1702a9f"
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