The Class PaymentResponseDto.
name | data type | description |
---|---|---|
paymentID | string | The payment ID. |
actionStatus | ActionStatus | The status response of the web service response. |
transactionId | string | The transaction id. |
paymentStatus | PaymentStatusEnum | The payment status. |
tokenId | string | The token id. |
errorCode | string | The error code. |
errorMessage | string | The error message. |
isNewToken | boolean | The is new token. |
isAoCreated | boolean | The is ao created. |
isMatchingCreated | boolean | The is matching created. |
codeClientSide | string | The code client side. |
paymentBrand | string | The payment brand. |
bankRefenrence | string | The bank refenrence. |
Example
{ "paymentID" : "...", "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "transactionId" : "...", "paymentStatus" : "ACCEPTED", "tokenId" : "...", "errorCode" : "...", "errorMessage" : "...", "isNewToken" : true, "isAoCreated" : true, "isMatchingCreated" : true, "codeClientSide" : "...", "paymentBrand" : "...", "bankRefenrence" : "..." }