CreateAutoTopupConfigInput
The input type for creating an auto top-up config.
Input fields
The account number, e.g.: 'A-A1B2C3D4'.
Alphanumber code identifying the device, e.g.: 'A1-BC-D2-00-01-23-EF-4G'.
The amount to top-up. The amount should always be provided in the minor unit of currency, i.e. USA cents / GBP pence / etc. Minimum allowed amount is 1.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"accountNumber": "A-2F5932FB",
"deviceId": "91828029",
"topupAmount": 95
}