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": "b2192828-38c5-468b-a6ae-cf2dab7852b7",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-06-29T00:24:05.4690671+03:00",
"Beneficiary": "004487fe-8f09-4c6d-b45f-cb002476e704"
},
{
"Id": 1,
"PaymentId": "b2192828-38c5-468b-a6ae-cf2dab7852b7",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-06-29T00:24:05.4690671+03:00",
"Beneficiary": "004487fe-8f09-4c6d-b45f-cb002476e704"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.