Hosted Payment
NOTE: The token will expire in 20 minutes after initialization.
Description: GetToken for Payment Hosted
Resource Url: https://webservice.paymentxp.com/wh/GetToken.aspx
Method: POST
Content-Type: application/x-www-form-urlencoded
Notes
- Parameters in bold are required in the request for example, BillingNameFirst
Request
| Parameter | Is Required | Data Type | Max Length | Description |
|---|---|---|---|---|
MerchantID |
Yes | Number | 9 | The identification that is assigned to the merchant. |
MerchantKey |
Yes | String | 36 | Unique Key assigned by KORT Payments |
TransactionAmount |
Yes | Number | 9 | Identifies the transaction’s total amount in US Dollars. |
Response
| Field Name | Description |
|---|---|
Token |
A unique identifier that represents the account information. |
StatusID |
The result of the request. Status 0 indicates an approved token request. |
Message |
Status message for token request |