POST api/Payment/DeliveryPayment?PaymentRequestId={PaymentRequestId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentRequestId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PaymentAndStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Details | Collection of string |
None. |
|
| ErrorList | Collection of PaymentErrorItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"details": [
"sample string 1",
"sample string 2"
],
"errorList": [
{
"Id": 1,
"PaymentId": "76de11fa-a439-4393-ae51-ee4e3c5a5abc",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-03-28T15:56:00.4309194+03:00",
"Beneficiary": "d43e2a61-b066-4b88-8bc9-d3ae8a21e635"
},
{
"Id": 1,
"PaymentId": "76de11fa-a439-4393-ae51-ee4e3c5a5abc",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-03-28T15:56:00.4309194+03:00",
"Beneficiary": "d43e2a61-b066-4b88-8bc9-d3ae8a21e635"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.