List all billing info validation rules
How to fetch a collection of billing info validation rules via API
To fetch a collection of billing info validation rules, send a GET
request to the /api/billing_info_validation_rules
endpoint.
Request
GET https://yourdomain.commercelayer.io/api/billing_info_validation_rules
Example
The following request fetches a collection of billing info validation rules:
Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of billing info validation rules can be sorted by the following fields:
Attributes
type
id
created_at
updated_at
reference
reference_origin
Relationships
market
Filterable fields
The list of billing info validation rules can be filtered by the following fields:
Attributes
type
id
created_at
updated_at
reference
reference_origin
metadata
Relationships
market
attachments
Last updated