POST api/P24SBox
Request Information
URI Parameters
None.
Body Parameters
P24Status| Name | Description | Type | Additional information |
|---|---|---|---|
| P24_merchant_id | integer |
None. |
|
| P24_pos_id | integer |
None. |
|
| P24_session_id | string |
None. |
|
| P24_amount | integer |
None. |
|
| P24_currency | string |
None. |
|
| P24_order_id | integer |
None. |
|
| P24_method | integer |
None. |
|
| P24_statement | string |
None. |
|
| P24_sign | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"P24_merchant_id": 1,
"P24_pos_id": 2,
"P24_session_id": "sample string 3",
"P24_amount": 4,
"P24_currency": "sample string 5",
"P24_order_id": 6,
"P24_method": 7,
"P24_statement": "sample string 8",
"P24_sign": "sample string 9"
}
application/xml, text/xml
Sample:
<Payment.P24Status xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIWbtiming"> <P24_amount>4</P24_amount> <P24_currency>sample string 5</P24_currency> <P24_merchant_id>1</P24_merchant_id> <P24_method>7</P24_method> <P24_order_id>6</P24_order_id> <P24_pos_id>2</P24_pos_id> <P24_session_id>sample string 3</P24_session_id> <P24_sign>sample string 9</P24_sign> <P24_statement>sample string 8</P24_statement> </Payment.P24Status>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |