Fetch billing tab settings

Retrieve customer-specific billing tab settings.

Path Parameters
  • customer_no
    Type: integer
    min:  
    1
    required

    Customer 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"
  }
}