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": "b955f23e-b3fe-41f9-a7ee-4efff561a7df",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-02-11T02:46:44.2474874+02:00",
"Beneficiary": "26a8caf3-bfc5-4188-9e06-afd0f361ea5a"
},
{
"Id": 1,
"PaymentId": "b955f23e-b3fe-41f9-a7ee-4efff561a7df",
"ErrorNumber": 3,
"Message": "sample string 4",
"dateIn": "2026-02-11T02:46:44.2474874+02:00",
"Beneficiary": "26a8caf3-bfc5-4188-9e06-afd0f361ea5a"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.