getPaymentStatusAgain
getPaymentStatusAgain
Path Parameters
serviceSubscriberDepartmentToken string required
serviceSubscriberDepartmentToken
application/json
Request Body required
invoiceId
string
Responses
- 200
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
customerId string
error object
errorCode string
errorDescription string
invoiceId string
paymentUrl string
warnings object[]
warningCode string
warningDescription string
{
"customerId": "string",
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"invoiceId": "string",
"paymentUrl": "string",
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Unauthorized
Forbidden
Not Found
Loading...