Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing support for attachments or metadata #63

Open
tarjei opened this issue Aug 8, 2022 · 1 comment
Open

Missing support for attachments or metadata #63

tarjei opened this issue Aug 8, 2022 · 1 comment

Comments

@tarjei
Copy link

tarjei commented Aug 8, 2022

While APIs like Fiken allow for attachments and Stripe allow for general metadata arrays Trippeltex does not allow for anything like this attached to invoices which makes it a big hassle to work with. Instead of letting your accounting system be a source of truth it will require extra handling of data outside of the system.

@tlxtellef
Copy link
Member

tlxtellef commented Aug 8, 2022

Attaching documents to existing orders can be done via PUT /v2/order/{id}/:attach in the order section. For document handling in general there are several endpoints for handling this depending on what the document is associated with, see for example the documentArchive section.

If what you are looking for is the possibility to attach arbitrary data to arbitrary objects then no, we don't support that.

On a sidenote, the link for Stripe goes nowhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants