Validate Smile Account
Valiate Smile
POST
{{BASE_URL}}/api/biller/internet/validate
This endpoint allows you to get the list of data bundles provided by a providers and their data code.
Headers
Name
Type
Description
x-api-key*
String
3434-4243-ffef-2323
Request Body
Name
Type
Description
serviceType*
String
emailAddress*
String
{
"isSuccessful": true,
"message": "string",
"code": "string",
"data": {
"code": "string",
"content": {
"accountList": {
"account": {
"accountId": "string",
"friendlyName": "string"
},
"numberOfAccounts": "string"
},
"customer_Name": "string"
},
"isSuccessful": true
},
"transactions": "string"
}
Last updated