POST api/Paymob/SaveDirectFeedback
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| pending | string |
None. |
|
| amount_cents | integer |
None. |
|
| success | string |
None. |
|
| is_auth | string |
None. |
|
| is_capture | string |
None. |
|
| is_standalone_payment | string |
None. |
|
| is_voided | string |
None. |
|
| is_refunded | string |
None. |
|
| is_3d_secure | string |
None. |
|
| integration_id | string |
None. |
|
| profile_id | integer |
None. |
|
| has_parent_transaction | string |
None. |
|
| order | integer |
None. |
|
| created_at | string |
None. |
|
| currency | string |
None. |
|
| merchant_commission | integer |
None. |
|
| discount_details | Collection of Object |
None. |
|
| is_void | boolean |
None. |
|
| is_refund | boolean |
None. |
|
| error_occurred | boolean |
None. |
|
| refunded_amount_cents | integer |
None. |
|
| captured_amount | integer |
None. |
|
| updated_at | date |
None. |
|
| is_settled | boolean |
None. |
|
| bill_balanced | boolean |
None. |
|
| is_bill | boolean |
None. |
|
| owner | integer |
None. |
|
| data_message | string |
None. |
|
| source_data | SourceData |
None. |
|
| hmac | string |
None. |
|
| merchant_order_id | string |
None. |
|
| error_occured | string |
None. |
Body Parameters
None.
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. |