POST api/payment/Registration
Request Information
URI Parameters
None.
Body Parameters
Xenia_Payment| Name | Description | Type | Additional information |
|---|---|---|---|
| Payment_UiD | string |
None. |
|
| Payment_MerchantId | string |
None. |
|
| Payment_ClientSaltKey | string |
None. |
|
| Payment_ClientSecret | string |
None. |
|
| Payment_MerchantKey | string |
None. |
|
| Payment_MerchantName | string |
None. |
|
| Payment_CompanyID | string |
None. |
|
| Payment_Gateway | string |
None. |
|
| Payment_UserName | string |
None. |
|
| Payment_Password | string |
None. |
|
| Payment_Client_Org_Id | string |
None. |
|
| Payment_GlobalTranID | string |
None. |
|
| Payment_MerchantCode | string |
None. |
|
| Payment_ConsumerName | string |
None. |
|
| Payment_MccCode | string |
None. |
|
| Payment_VPA | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Payment_UiD": "sample string 1",
"Payment_MerchantId": "sample string 2",
"Payment_ClientSaltKey": "sample string 3",
"Payment_ClientSecret": "sample string 4",
"Payment_MerchantKey": "sample string 5",
"Payment_MerchantName": "sample string 6",
"Payment_CompanyID": "sample string 7",
"Payment_Gateway": "sample string 8",
"Payment_UserName": "sample string 9",
"Payment_Password": "sample string 10",
"Payment_Client_Org_Id": "sample string 11",
"Payment_GlobalTranID": "sample string 12",
"Payment_MerchantCode": "sample string 13",
"Payment_ConsumerName": "sample string 14",
"Payment_MccCode": "sample string 15",
"Payment_VPA": "sample string 16"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |