Skip to main content
GET
/
customers
/
{customer_id}
/
billing-config
/
{billing_provider_type}
Get a customer billing configuration
curl --request GET \
  --url https://api.metronome.com/v1/customers/{customer_id}/billing-config/{billing_provider_type} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "billing_provider_customer_id": "cus_AJ6y20bjkOOayM",
    "stripe_collection_method": "charge_automatically"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string<uuid>
required
billing_provider_type
enum<string>
required

The billing provider (e.g. stripe)

Available options:
aws_marketplace,
stripe,
azure_marketplace,
quickbooks_online

Response

Success

data
object
required
I