v1
latestOpenAPI 3.1.02026-07-24820248.4 KBCrear Información de facturación público general
Endpoint para crear la información de facturación a público general de un Customer
post/customer-billing-data/general-public/bulk
Request body
Response
201
Example response
{
"created": [
"cus_K38NHOpo35qLUDgFUecLbhADCHX-Tvvn"
],
"skipped": [
{
"id_customer": "cus_Yc1aFFgyEtEa3sjWn2jiYh8GBsKHHcrZ",
"reason": "Customer already has billing data"
}
],
"summary": {
"total_requested": 8,
"created_count": 7,
"skipped_count": 1
}
}