#haowang0422
1 messages · Page 1 of 1 (latest)
Thanks Jack. Then is there any way I can charge a customer, and able to generate an tax invoice, without using credit balance?
I used to charge using paymentIntent directly, but it doesn't have a tax invoice.
No you can't charge customer's credit balance through Paymentintents API.
You need to use Invoices or Subscriptions.
Okay sorry for not being clear enough. My goal is to charge customers only through cards (not using credit balance at all), and able to give them an invoice for tax purpose. Do you mind suggesting a possible solution?
So you want to remove the customer's credit?
No, I want the customer only use credit for subscription charges. For other charges, I want to charge the card directly
What do you mean by other charges?
We have an application which uses Stripe for managing user subscription, and charging their SMS usages. Other charges is for charging SMS usages
I mean are these charges created by invoices and subscriptions?
Subscriptions or invoices API
I used to use paymentIntentAPI instead of invoices API. (for charge I'm not referring to charge API)
cus_IHa597y3SVod5b for example, this is a typical customer we have. And this invoice in_1NKVKsH99WdjcN8hOLVvvLpf is what I mean by charging a customer, it applied credit balance.
If you read the article that I sent earlier (https://stripe.com/docs/billing/customer/balance#details), it's very clear : You can’t choose to not apply the credit balance to an invoice.
Yes I understood that one. But is there any workaround for this?
If not possible, I'm totally okay with it.
No