POST Api/Vending/ProcessInstantEFTResult
Request Information
URI Parameters
None.
Body Parameters
GetInstantEFTResultRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SID_STATUS | string |
None. |
|
| SID_MERCHANT | string |
None. |
|
| SID_COUNTRY | string |
None. |
|
| SID_CURRENCY | string |
None. |
|
| SID_REFERENCE | string |
None. |
|
| SID_AMOUNT | string |
None. |
|
| SID_BANK | string |
None. |
|
| SID_DATE | string |
None. |
|
| SID_RECEIPTNO | string |
None. |
|
| SID_TNXID | string |
None. |
|
| SID_CUSTOM_01 | string |
None. |
|
| SID_CUSTOM_02 | string |
None. |
|
| SID_CUSTOM_03 | string |
None. |
|
| SID_CUSTOM_04 | string |
None. |
|
| SID_CUSTOM_05 | string |
None. |
|
| SID_CONSISTENT | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| DeviceManufacturer | string |
None. |
|
| DeviceModel | string |
None. |
|
| DeviceSDKInt | string |
None. |
|
| DeviceSDKVersion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SID_STATUS": "sample string 1",
"SID_MERCHANT": "sample string 2",
"SID_COUNTRY": "sample string 3",
"SID_CURRENCY": "sample string 4",
"SID_REFERENCE": "sample string 5",
"SID_AMOUNT": "sample string 6",
"SID_BANK": "sample string 7",
"SID_DATE": "sample string 8",
"SID_RECEIPTNO": "sample string 9",
"SID_TNXID": "sample string 10",
"SID_CUSTOM_01": "sample string 11",
"SID_CUSTOM_02": "sample string 12",
"SID_CUSTOM_03": "sample string 13",
"SID_CUSTOM_04": "sample string 14",
"SID_CUSTOM_05": "sample string 15",
"SID_CONSISTENT": "sample string 16",
"Username": "sample string 17",
"Password": "sample string 18",
"DeviceManufacturer": "sample string 19",
"DeviceModel": "sample string 20",
"DeviceSDKInt": "sample string 21",
"DeviceSDKVersion": "sample string 22"
}
application/xml, text/xml
Sample:
<GetInstantEFTResultRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPWAssistMobileAPI.Models"> <DeviceManufacturer>sample string 19</DeviceManufacturer> <DeviceModel>sample string 20</DeviceModel> <DeviceSDKInt>sample string 21</DeviceSDKInt> <DeviceSDKVersion>sample string 22</DeviceSDKVersion> <Password>sample string 18</Password> <Username>sample string 17</Username> <SID_AMOUNT>sample string 6</SID_AMOUNT> <SID_BANK>sample string 7</SID_BANK> <SID_CONSISTENT>sample string 16</SID_CONSISTENT> <SID_COUNTRY>sample string 3</SID_COUNTRY> <SID_CURRENCY>sample string 4</SID_CURRENCY> <SID_CUSTOM_01>sample string 11</SID_CUSTOM_01> <SID_CUSTOM_02>sample string 12</SID_CUSTOM_02> <SID_CUSTOM_03>sample string 13</SID_CUSTOM_03> <SID_CUSTOM_04>sample string 14</SID_CUSTOM_04> <SID_CUSTOM_05>sample string 15</SID_CUSTOM_05> <SID_DATE>sample string 8</SID_DATE> <SID_MERCHANT>sample string 2</SID_MERCHANT> <SID_RECEIPTNO>sample string 9</SID_RECEIPTNO> <SID_REFERENCE>sample string 5</SID_REFERENCE> <SID_STATUS>sample string 1</SID_STATUS> <SID_TNXID>sample string 10</SID_TNXID> </GetInstantEFTResultRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetInstantEFTResultResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| ServerDateTime | string |
None. |
|
| ErrorType | Errors |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorMessage": "sample string 2",
"ServerDateTime": "sample string 3",
"ErrorType": 0
}
application/xml, text/xml
Sample:
<GetInstantEFTResultResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPWAssistMobileAPI.Models"> <ErrorMessage>sample string 2</ErrorMessage> <ErrorType>SystemError</ErrorType> <ServerDateTime>sample string 3</ServerDateTime> <Success>true</Success> </GetInstantEFTResultResponse>