GET api/Payment/OcrPayment
Request Information
URI Parameters
None.
Body Parameters
Collection of PaymentOcrList| Name | Description | Type | Additional information |
|---|---|---|---|
| quoteId | string |
None. |
|
| paymentRequestId | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"quoteId": "sample string 1",
"paymentRequestId": "sample string 2"
},
{
"quoteId": "sample string 1",
"paymentRequestId": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfPaymentOcrList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvenEdgeService.Models">
<PaymentOcrList>
<paymentRequestId>sample string 2</paymentRequestId>
<quoteId>sample string 1</quoteId>
</PaymentOcrList>
<PaymentOcrList>
<paymentRequestId>sample string 2</paymentRequestId>
<quoteId>sample string 1</quoteId>
</PaymentOcrList>
</ArrayOfPaymentOcrList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PaymentOcrViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| quoteId | string |
None. |
|
| paymentRequestId | string |
None. |
|
| PaymentErrorsAndStatus | Collection of PaymentErrorsAndStatus |
None. |
|
| PaymentAndStatus | Collection of PaymentAndStatus |
None. |
Response Formats
application/json, text/json
Sample:
{
"quoteId": "sample string 1",
"paymentRequestId": "sample string 2",
"PaymentErrorsAndStatus": [
{
"Errors": [
{
"ErrorName": "sample string 1",
"Message": "sample string 2",
"ErrorNumber": 3
},
{
"ErrorName": "sample string 1",
"Message": "sample string 2",
"ErrorNumber": 3
}
],
"Status": "sample string 1"
},
{
"Errors": [
{
"ErrorName": "sample string 1",
"Message": "sample string 2",
"ErrorNumber": 3
},
{
"ErrorName": "sample string 1",
"Message": "sample string 2",
"ErrorNumber": 3
}
],
"Status": "sample string 1"
}
],
"PaymentAndStatus": [
{
"status": "sample string 1",
"details": [
"sample string 1",
"sample string 2"
],
"errorList": [
{
"Id": 1,
"PaymentId": "1348e34e-c0ca-4cb5-a446-6edc01bb272b",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2025-12-29T21:13:33.5947198+02:00",
"Beneficiary": "5c392da5-c5d5-4d73-b621-b7b3bcfe6242"
},
{
"Id": 1,
"PaymentId": "1348e34e-c0ca-4cb5-a446-6edc01bb272b",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2025-12-29T21:13:33.5947198+02:00",
"Beneficiary": "5c392da5-c5d5-4d73-b621-b7b3bcfe6242"
}
]
},
{
"status": "sample string 1",
"details": [
"sample string 1",
"sample string 2"
],
"errorList": [
{
"Id": 1,
"PaymentId": "1348e34e-c0ca-4cb5-a446-6edc01bb272b",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2025-12-29T21:13:33.5947198+02:00",
"Beneficiary": "5c392da5-c5d5-4d73-b621-b7b3bcfe6242"
},
{
"Id": 1,
"PaymentId": "1348e34e-c0ca-4cb5-a446-6edc01bb272b",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2025-12-29T21:13:33.5947198+02:00",
"Beneficiary": "5c392da5-c5d5-4d73-b621-b7b3bcfe6242"
}
]
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.