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": "b309323a-c41a-4427-a3c5-734b6afffd63",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-03-28T15:55:24.0551785+03:00",
"Beneficiary": "92b43db2-703b-4620-b00e-9d2da4ca9c3c"
},
{
"Id": 1,
"PaymentId": "b309323a-c41a-4427-a3c5-734b6afffd63",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-03-28T15:55:24.0551785+03:00",
"Beneficiary": "92b43db2-703b-4620-b00e-9d2da4ca9c3c"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.