Voice
Retrieve voice settings
post: https://easypay5.com/APIcardProcREST/v1.0.0/Query/VoiceSettings
{
"TxID": 2
}{
"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"
}
}
}SessKey string required
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.
Example: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-Type string required
Example: application/json
Accept string required
Example: application/json
TxID integer optional
The unique identifier for the transaction
Example: 2
Last updated
Was this helpful?