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
PaymentAndStatusName | 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": "ac97a784-76a6-4e87-a057-07a9eb65720f", "ErrorNumber": 3, "Message": "sample string 4", "dateIn": "2025-06-27T14:54:45.2046244+03:00", "Beneficiary": "e8feccd9-d3c9-4be5-8ef6-c55ac463f0ee" }, { "Id": 1, "PaymentId": "ac97a784-76a6-4e87-a057-07a9eb65720f", "ErrorNumber": 3, "Message": "sample string 4", "dateIn": "2025-06-27T14:54:45.2046244+03:00", "Beneficiary": "e8feccd9-d3c9-4be5-8ef6-c55ac463f0ee" } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.