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": "eb27359c-141e-4c61-a068-162ed2589369",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-02-11T02:48:31.5165017+02:00",
"Beneficiary": "9fce55a6-adcd-4510-937a-c3c69c23bc11"
},
{
"Id": 1,
"PaymentId": "eb27359c-141e-4c61-a068-162ed2589369",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-02-11T02:48:31.5165017+02:00",
"Beneficiary": "9fce55a6-adcd-4510-937a-c3c69c23bc11"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.