#Neetesh
1 messages · Page 1 of 1 (latest)
You can configure what available PaymentMethod for the hosted invoice page:
https://dashboard.stripe.com/settings/billing/invoice
is there any api attribute for that?
Hi! I'm taking over from my colleague. Please, let me know if you have any other questions.
I used payment_settings.payment_method_types: ['card']
but credit balance was still applied and invoice amount got reduced
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_AfCM3YcAU9KJrI
for finalising invoice
and for creating invoice : req_lmWDmtlsbgKIwc
for creating invoice item : req_Xa07Wxi4Xmz6un
hi , are you there
Sorry, yes, please give me a moment.
what you mean by credit balance? the customer balance ?
Remove the customer balance of the customer and adjust it to be zero:
https://stripe.com/docs/billing/customer/balance#modifying
so before creating invoice, I have to remove the balance
create invoice
and add that balance back
??
You just want to ignore the balance for one particular invoice ?
yes
Nope that' not possible, Customer balance is included automatically to the next invoice. You can remove the balance, create the invoice/pay it and then recreate that balance to the customer.