Voice
Queries related to voice authorization
Last updated
Was this helpful?
Queries related to voice authorization
Last updated
Was this helpful?
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
A1842D663E9A4A72XXXXXXXX303541303234373138
application/json
application/json
The unique identifier for the transaction
2
POST /APIcardProcREST/v1.0.0/Query/VoiceSettings HTTP/1.1
Host: easypay5.com
SessKey: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-Type: application/json
Accept: application/json
Content-Length: 10
{
"TxID": 2
}
Successfully returned voice settings
{
"VoiceSettingsQryResult": {
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"RespMsg": "Successfully Returned Voice Settings",
"VoiceSettings": {
"AccountHolder": "Sean Wood",
"BankNumber": "067600",
"CardNumber": "wDgEk7v5w7c=is9fm7hewavmpQks4Y5qRMNDNKGGk7on",
"ChargeAmount": 0,
"ExpDate": "1028",
"MerchantID": "27150000350101",
"PhoneNumber": "1-800-944-1111"
}
}
}