Fetch billing tab settings
Retrieve customer-specific billing tab settings.
Path Parameters
- Type: integercustomer
_no min:1requiredCustomer number.
- Must be numeric (digits only)
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/customer/{customer_no}/billing-tab/settings
curl https://sandbox.billogram.com/api/v2/customer/1/billing-tab/settings \
--header 'Authorization: Basic username:password'
{
"status": "OK",
"data": {
"delivery_method": "Email",
"billing_frequency": "monthly#20"
}
}