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": "831bac91-8979-4279-b9f2-4ac2ea99de46",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2025-11-02T02:00:06.5145182+02:00",
"Beneficiary": "5c4063f9-978d-4d71-ab65-164bcb5c62a0"
},
{
"Id": 1,
"PaymentId": "831bac91-8979-4279-b9f2-4ac2ea99de46",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2025-11-02T02:00:06.5145182+02:00",
"Beneficiary": "5c4063f9-978d-4d71-ab65-164bcb5c62a0"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.