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": "62c66531-e4ed-4c92-ab0c-b2ecd8ac8c46",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-03-28T17:30:26.5047086+03:00",
"Beneficiary": "b781a2c8-7a9e-4027-9cc1-fd7fe87f2004"
},
{
"Id": 1,
"PaymentId": "62c66531-e4ed-4c92-ab0c-b2ecd8ac8c46",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-03-28T17:30:26.5047086+03:00",
"Beneficiary": "b781a2c8-7a9e-4027-9cc1-fd7fe87f2004"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.