getTransactionStatusAndAccountTransactionIfNeeded
getTransactionStatusAndAccountTransactionIfNeeded
Path Parameters
paymentAttemptId int64 required
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
pgTransId string
pgrUuid string
invGuid string
status string
responseText string
isSuspicious boolean
gatewayDecline boolean
paymentDeclines string
paymentAttemptStatus string
Possible values: [Successful
, Failed
, Exception
, GatewayException
]
receiptData string
token string
requested3DS boolean
redirectUrlFor3DS string
{
"pgTransId": "string",
"pgrUuid": "string",
"invGuid": "string",
"status": "string",
"responseText": "string",
"isSuspicious": true,
"gatewayDecline": true,
"paymentDeclines": "string",
"paymentAttemptStatus": "Successful",
"receiptData": "string",
"token": "string",
"requested3DS": true,
"redirectUrlFor3DS": "string"
}
Bad Request
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Loading...