POST GpNotification/Confirm/{brandID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brandID | integer |
Required |
Body Parameters
GlobalPaymentCommonReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| contract_code | string |
None. |
|
| order_number | string |
None. |
|
| payment_code | integer |
None. |
|
| state | GlobalPaymentCreatePaymentState |
None. |
|
| trans_code | string |
None. |
|
| user_id | integer |
None. |
|
| charge_date | string |
None. |
|
| err_code | string |
None. |
|
| err_detail | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"contract_code": "sample string 1",
"order_number": "sample string 2",
"payment_code": 3,
"state": 0,
"trans_code": "sample string 4",
"user_id": 5,
"charge_date": "sample string 6",
"err_code": "sample string 7",
"err_detail": "sample string 8"
}
application/xml, text/xml
Sample:
<GlobalPaymentCommonReturnModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Merlion.Common.Models.Billing"> <charge_date>sample string 6</charge_date> <contract_code>sample string 1</contract_code> <err_code>sample string 7</err_code> <err_detail>sample string 8</err_detail> <order_number>sample string 2</order_number> <payment_code>3</payment_code> <state>None</state> <trans_code>sample string 4</trans_code> <user_id>5</user_id> </GlobalPaymentCommonReturnModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.