POST api/VNPay/GetAppKey
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VNPayLocationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VNPay_ApiPath | string |
None. |
|
| appId | string |
None. |
|
| merchantName | string |
None. |
|
| merchantType | string |
None. |
|
| merchantCode | string |
None. |
|
| secretKey | string |
None. |
|
| terminalId | string |
None. |
|
| terminalName | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"VNPay_ApiPath": "sample string 1",
"appId": "sample string 2",
"merchantName": "sample string 3",
"merchantType": "sample string 4",
"merchantCode": "sample string 5",
"secretKey": "sample string 6",
"terminalId": "sample string 7",
"terminalName": "sample string 8",
"Message": "sample string 9"
}