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

V2 add support for Apply Credit Balance to existing invoice feature #733

Merged
merged 1 commit into from
Nov 29, 2022

Conversation

judith
Copy link
Contributor

@judith judith commented Nov 22, 2022

Add new available_credit_balance_in_cents attribute to Recurly_AccountBalance. The available_credit_balance_in_cents attribute is a similar format to the balance_in_cents attribute and contains the total of open balances for credit invoices in each currency. This value is useful when trying to determine if the customer's account has any available credit that can be applied to an existing collectible invoice on the account.

Add new applyCreditBalance method to Recurly_Invoice. This action will be available for collectible charge invoices. If the account has available credit it will be applied to pay down the balance on the invoice.

Add new available_credit_balance_in_cents attribute to
Recurly_AccountBalance. The available_credit_balance_in_cents attribute
is a similar format to the balance_in_cents attribute and contains
the total of open balances for credit invoices in each currency.
This value is useful when trying to determine if the customer's
account has any available credit that can be applied to an
existing collectible invoice on the account.

Add new applyCreditBalance method to Recurly_Invoice. This action will
be available for collectible charge invoices. If the account has
available credit it will be applied to pay down the balance on the
invoice.
@douglasmiller douglasmiller merged commit d9bb5b4 into v2 Nov 29, 2022
@douglasmiller douglasmiller deleted the apply_credit_balance_feature branch November 29, 2022 15:23
recurly-integrations pushed a commit that referenced this pull request Nov 29, 2022
[Full Changelog](2.12.34...2.12.35)

**Merged Pull Requests**

- V2 add support for Apply Credit Balance to existing invoice feature [#733](#733) ([judith](https://github.com/judith))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 V2 Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants