#wendy

1 messages ยท Page 1 of 1 (latest)

digital moatBOT
rapid delta
#

Good question, checking in to this and will get back to you

#

I don't think that that is possible using the invoice pay API call. One idea for similar behavior is that you could issue them a credit note for that amount and then call the pay endpoint to charge for the rest. Would that work for your use case?

#

Oh that being said I am not sure if that would be possible after the invoice has finalized if you don't already know the breakdown by then. Will look further in to that if this sounds promising to you

hexed swallow
#

thank you, if we can intercept when invoice still in draft for the out of band partial payment, is it possible?

rapid delta
#

Yes, if you are fine with listening for the draft invoice being created and modifying the invoice from there, you have a couple options for adjusting the final amount. I'm going to test my credit note idea at least to see if that could be helpful here

hexed swallow
#

i can't seem to get a credit note posting to draft or finalized (open) invoice with out of band amount

rapid delta
#

That being said, normal credit notes should work, you can actually apply them to finalized invoices as well. They do just show up as "Credit" and I am having trouble getting their memo to show up so I am not sure if that would be confusing for users in your scenario

#

Also I did find that partial invoice payments is on the roadmap but I am unclear if accounts can be enabled for it yet but it may be worth reaching out to our support team to ask about it https://support.stripe.com/?contact=true

hexed swallow
#

you're able to create credit note against finalized invoice with partial amount as out of band?

cursive mango
#

Hi there ๐Ÿ‘‹ taking over, as my colleague needs to step away

Those errors seem to indicate you need to include lines. Have you tried that?

hexed swallow
#

it won't let me do it at finanlized status

cursive mango
hexed swallow
#

that out of band parm is only available on pay call, which means the full charge will be on the CC attached to the customer then prior to the out of band amount CN?

#

i only want partial CC charge and partial out of band for that invoice

cursive mango
#

Ahhh, okay. I see what you're trying to do now.

I don't think that is possible. You would need to mark the whole invoice as paid out-of-band, and create a separate Invoice for the amount you want to charge the card

hexed swallow
#

so 2 invoices, one for CC and one for out of band

cursive mango
#

I believe so. It doesn't sound like you can do partial payments with some amount of it paid out-of-band

hexed swallow
#

then is there a way to only take partial amount for the invoice that charge the CC?
it's an invoice against a subscription with annual charge say $59 but only $55 is to be paid by CC