GET rest/v1/payment/signature/{pageId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SignatureResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| signature | string |
None. |
|
| token | string |
None. |
|
| tenantId | string |
None. |
|
| key | string |
None. |
|
| success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"signature": "sample string 1",
"token": "sample string 2",
"tenantId": "sample string 3",
"key": "sample string 4",
"success": true
}
application/xml, text/xml
Sample:
<SignatureResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Subscriptions.HMH.Common.APIEntities"> <key>sample string 4</key> <signature>sample string 1</signature> <success>true</success> <tenantId>sample string 3</tenantId> <token>sample string 2</token> </SignatureResponse>