POST api/Payment?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": "8d462754-2728-40c9-b51a-f9c997fa3e18",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-05-13T15:53:46.3028764+03:00",
"Beneficiary": "b4fbd36d-0fc2-4196-a27f-fc796185f68d"
},
{
"Id": 1,
"PaymentId": "8d462754-2728-40c9-b51a-f9c997fa3e18",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-05-13T15:53:46.3028764+03:00",
"Beneficiary": "b4fbd36d-0fc2-4196-a27f-fc796185f68d"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.