moneybird-php-client icon indicating copy to clipboard operation
moneybird-php-client copied to clipboard

PHP Client for Moneybird V2

Results 22 moneybird-php-client issues
Sort by recently updated
recently updated
newest added

As of [12-04-2022 the Moneybird API added the /moneybird_payments_mandate resource on a contact](https://developer.moneybird.com/changelog/). This allows to request and delete Moneybird Payment mandates for Contacts. Currently this can be accessed like...

httpbin.org feels like an odd dependency, especially in CI. If it's down, the tests will fail. Is there a specific reason why test requests are posted to httpbin.org and are...

Hey there! Thanks for this making this library. I'm working on a project where we want to switch all our recurring invoices to [Moneybird subscriptions](https://developer.moneybird.com/api/subscriptions/). When looking through the docs...

See https://developer.moneybird.com/api/contacts/#post_contacts

# What does this pull request implement? The `TaxRate` entity can be filtered in Moneybird, as can be seen in the [documentation](https://developer.moneybird.com/api/tax_rates/#get_tax_rates). This pull request adds the `Filterable` trait to...

Hi! It looks like the Product entity is missing some parameters (title, identifier, product_type). Also there is no function for /products/identifier/:identifier Can you please add it? Or give me the...

Hello, I'm trying to change the state of an estimate, but the functionality hasn't been implemented yet. Are there plans to implement this functionality? A reference to what I mean:...

I cannot find any documentation on how to add a new detail to an existing recurring sales invoice.