You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @kamermans, thanks for reporting this issue. You’re correct—there is a processing invoice status currently missing from both the API documentation and the SDK, though it is available within the API. This status can appear for subscriptions using the direct debit payment method (GoCardless) while waiting for payment acknowledgment.
We’ll add this status to the API specification and SDK and will notify you once it’s done. Since it may take some time to coordinate the SDK release, could you let us know if this issue is blocking you, are you using the Go SDK and the Direct Debit payment method?
I see that the Golang SDK and the API docs do not have the Invoice Status
processing
, but the normal documentation does say this status can exist: https://maxio-chargify.zendesk.com/hc/en-us/articles/5405078794253-Introduction-to-Invoices#invoice-statusesGolang:
ab-golang-sdk/models/enums.go
Lines 2713 to 2718 in 4d92f5e
API Docs:
https://developers.maxio.com/http/advanced-billing-api/models/enumerations/invoice-status
Is it true that an invoice can be in the status
processing
?The text was updated successfully, but these errors were encountered: