Get Transaction

GET/n1/merchant/{merchantId}/payment/{paymentId}/transaction/{transactionId}

RESPONSE SCHEMA: application/json
id
string
example: "ffaf17cd-b7cc-3140-9cfe-b034d00b5a9e"
operation
string
example: "REFUND"
type
string
example: "REFUND"
result
string
example: "SUCCESS"
amount
number
example: 536.02
currency
string
example: "USD"

authorizationAdjustmentActions
string
example: "INCREMENT"
gatewayCode
string
example: "APPROVED"
avsCode
string
example: "ADDRESS_MATCH"
cscCode
string
example: "MATCH"
stan
string
example: "647006"
source
string
example: "INTERNET"
terminal
string
example: "obcvwnk"

Request

shell
https://api.prahsys.com/payments/n1/merchant/{merchantId}/payment/{paymentId}/transaction/{transactionId}
Loading…

Response