Automate VTEX Customer Credit
HumDay reads VTEX Customer Credit’s own published API description and derives 26 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What VTEX Customer Credit is
With Customer Credit your store can enable **credit payments** through the checkout. You can also control **invoices** and the **credit limits** of your clients. Learn more about Customer Credit in our [Help Center article](https://help.vtex.com/en/tracks/customer-credit-getting-started--1hCRg21lXYy2seOKgqQ2CC/36grlQ69NK6OCuioeekyCs). All requests need the **authorization header**. Additionally, y
API host: vtex.local
What HumDay can do in VTEX Customer Credit
19 documented operations change something in VTEX Customer Credit.
- PUTCreate or change store configuration
/api/creditcontrol/storeconfig - POSTMark an invoice as Paid
/api/creditcontrol/accounts/{creditAccountId}/invoices/{invoiceId}/payments - PUTUpdate email and description of a account
/api/creditcontrol/accounts/{creditAccountId} - POSTOpen an Account
/api/creditcontrol/accounts - DELETECancel Invoice
/api/creditcontrol/accounts/{creditAccountId}/invoices/{invoiceId} - PUTChange Invoice
/api/creditcontrol/accounts/{creditAccountId}/invoices/{invoiceId} - POSTAdd an account Holder
/api/creditcontrol/accounts/{creditAccountId}/holders - POSTCreate a Pre Authorization
/api/creditcontrol/accounts/{creditAccountId}/transaction - PUTPostpone an invoice
/api/creditcontrol/accounts/{creditAccountId}/invoices/{invoiceId}/postponement - PUTOpen or Change Account
/api/creditcontrol/accounts/{accountId} - DELETEClose an Account
/api/creditcontrol/accounts/{creditAccountId} - PUTCreate a Pre Authorization (using id)
/api/creditcontrol/accounts/{creditAccountId}/transactions/{transactionId} - PUTChange tolerance of an account
/api/creditcontrol/accounts/{creditAccountId}/tolerance - PUTChange credit limit of an Account
/api/creditcontrol/accounts/{creditAccountId}/creditlimit - PUTCreate or Update Settlement
/api/creditcontrol/accounts/{creditAccountId}/transactions/{transactionId}/settlement - DELETEDelete an account holder
/api/creditcontrol/accounts/{creditAccountId}/holders/{holderId} - PUTDecrease balance of an account
/api/creditcontrol/accounts/{creditAccountId}/statements/{statementId} - DELETECancel a Pre Authorization
/api/creditcontrol/accounts/{creditAccountId}/transactions/{transactionId} - POSTPartial or Total Refund a Settlement
/api/creditcontrol/accounts/{creditAccountId}/transactions/{transactionId}/refunds
What HumDay can read from VTEX Customer Credit
These are the operations a schedule or a trigger can watch.
- GETSearch all invoices
/api/creditcontrol/invoices - GETSearch all accounts
/api/creditcontrol/accounts - GETRetrieve invoice by creditAccountId
/api/creditcontrol/accounts/{creditAccountId}/invoices - GETRetrieve store configuration
/api/creditcontrol/storeconfig - GETRetrieve Invoice by Id
/api/creditcontrol/accounts/{creditAccountId}/invoices/{invoiceId} - GETRetrieve an Account by Id
/api/creditcontrol/accounts/{creditAccountId} - GETAccount statements
/api/creditcontrol/accounts/{creditAccountId}/statements
How automating VTEX Customer Credit works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live VTEX Customer Credit account.
- Grant access, then go live. You approve the specific VTEX Customer Credit operations it may use — and only those.
Automate VTEX Customer Credit with these
- VTEX Catalog162 operations
- VTEX Catalog Seller Portal16 operations
- VTEX Checkout32 operations
- VTEX Do8 operations
- VTEX GiftCard11 operations
- VTEX GiftCard Hub15 operations
- VTEX Headless CMS3 operations
- VTEX Intelligent Search7 operations
- VTEX Legacy Search15 operations
- VTEX License Manager12 operations
- VTEX Logistics53 operations
- VTEX Marketplace23 operations
Questions about VTEX Customer Credit automation
- Can HumDay connect to VTEX Customer Credit?
- Yes. HumDay reads VTEX Customer Credit's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 26 operations are documented.
- Do I need to write code to automate VTEX Customer Credit?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your VTEX Customer Credit account.
- What can HumDay do in VTEX Customer Credit?
- 19 of the 26 documented operations change something in VTEX Customer Credit, and 7 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my VTEX Customer Credit account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to VTEX Customer Credit is held behind that approval.
Where this came from
The operations above are read from a published API description for VTEX Customer Credit at raw.githubusercontent.com/vtex/openapi-schemas/master/VTEX - Customer Credit API.json. Descriptions are the provider’s own words, not ours. Last published 2023-03-03.