Billing account errors
An index of Clerk errors related to billing accounts.
BillingAccountNotFound
{ "shortMessage": "Billing account not found", "longMessage": "No billing account was found with ID <baID>", "code": "resource_not_found_code" }
BillingAccountNotAccessible
{ "shortMessage": "Billing account not accessible", "longMessage": "Billing account <baID> is not accessible by user <userID>", "code": "billing_account_not_accessible_code" }
BillingAccountWithoutCustomerID
{ "shortMessage": "Billing account without customer ID", "longMessage": "Billing account <baID> does not have a Stripe Customer ID", "code": "billing_account_without_customer_id_code" }
Last updated on February 22, 2024