#jclusso

1 messages ยท Page 1 of 1 (latest)

winter escarpBOT
void pasture
bright cosmos
#

that's problematic lol. how do i know if we have money sitting waiting to be charged

#

also, if auto_advance isn't set on an invoice, it defaults to true... right?

void pasture
#

I think auto_advance default value depends on the collection method

bright cosmos
#

collection_method is send_invoice

void pasture
#

Yeah for send_invoice auto advance is false by default.
Thiking through alternatives ๐Ÿค”

bright cosmos
#

really?

#

basically i'm trying ot make sure ACH payments on an invoice get applied automatically

#

and when you make invoices in the dashboard, this is always the case

void pasture
bright cosmos
#

but don't you automatically reconcile the funds if auto_advance is set to true?

#

how do I tell if we're on invoicing plus?

void pasture
winter escarpBOT
bright cosmos
#

it has always done it in the past for us on invoices created via the dashboard

bright cosmos
#

so I just was reviewing an old invoice and the answer I was previously told here (#1126260379719323738 message) is incorrect. in the past we've had invoices that did not have auto_advance set to true (ex: in_1MFjdXF6KG2nMs1lLgDlmOt0) and as you can see from the events on src_1IEMrjF6KG2nMs1lpJCRaTdr, 5 seconds after the transaction the invoice was paid.

rugged oyster
#

Hi ๐Ÿ‘‹

I'm stepping in as @void pasture had to go. Are you saying you are not having your ACH CT invoices process?

bright cosmos
#

what is CT?

#

oh Credit Transfer

#

yes, they don't process the payments anymore

#

the ACH source just sits waiting as a chargable source

rugged oyster
#

So the customer adds their account info that makes the source chargeable and you are expecting it to process automatically. Hmmmm

bright cosmos
#

the invoice i put in my message at 12:13 PM, that happened

#

and we noticed it recently stopped happening

#

and I don't know why

#

both invoices have collection_method of send_invoice and auto_advance false

rugged oyster
#

The invoice has a number of interactions via the Dashboard

winter escarpBOT
proud viper
#

Hello! I'm taking over and catching up...

#

Okay, so in_1MFjdXF6KG2nMs1lLgDlmOt0 is an example of the Invoice being automatically paid as you expected, correct? Can you give me the ID of an Invoice where you expected the same behavior but the Invoice was not automatically paid?

bright cosmos
#

in_1NJf4xF6KG2nMs1lwkTHKGNp

#

or in_1Mp9zBF6KG2nMs1lqcwAbeC9

proud viper
#

So that first Invoice, in_1MFjdXF6KG2nMs1lLgDlmOt0, was set to charge_automatically. The second one, in_1NJf4xF6KG2nMs1lwkTHKGNp, was set to send_invoice, so the different behavior there makes sense to me.

#

Same for the third, in_1Mp9zBF6KG2nMs1lqcwAbeC9, it was set to send_invoice.

bright cosmos
#

No it's not....

#
"send_invoice"```
#

I just checked all of them in my console and they are send_invoice

proud viper
#

When that Invoice was created billing was set to charge_automatically.

bright cosmos
#

ok, but how does that matter what it was at some point

#

you can't change it after the invoice was paid....

#

what i'm trying to figure out here is how do I create an invoice and have it automatically paid when the ACH is sent like it would. we previously created invoices via the API and finalized them in the dashboard (like in_1MFjdXF6KG2nMs1lLgDlmOt0) and had no issues

#

now we create and finalize them via the API and I don't know what options are different

proud viper
#

how do I create an invoice and have it automatically paid when the ACH is sent
Can you clarify what you mean here? I want to make sure I fully understand what you're trying to do.

bright cosmos
#

we make invoices for customers and send them the invoice ourselves

#

when they pay with ACH Credit Transfer

#

I want the invoice to pay itself

#

and not leave the ACH CT floating around with money in it

proud viper
#

Gotcha. Let me consult with someone on my team who knows more about this subject than I do, hang on...

winter escarpBOT
simple brook
bright cosmos
#

ok

#

auto_advance is not enabled on any of the invoices that have been automatically paid

#

and I'm trying to figure out why they worked in the past but don't now

#

and the response was that they have billing set to charge_automatically

simple brook
#

Can you share examples of Invoices that show the different behaviors you're describing?

bright cosmos
#

in_1MFjdXF6KG2nMs1lLgDlmOt0 was paid automatically and auto_advance is false

#

in_1NJf4xF6KG2nMs1lwkTHKGNp or in_1Mp9zBF6KG2nMs1lqcwAbeC9 were not and required manual payment

#

i think the way to acheive what I want is to finalize with auto_advance to true. I'm guessing that is what the stripe dashboard does by default. i'm just confused because the invoices that were previously finalized via the stripe dashboard and are paid don't show auto_advance set to true unless it gets updated to false or something after payment.

#

the confusing part to me is clearly auto advance was off during payment tho

simple brook
#

Stepping through the request history for in_1MFjdXF6KG2nMs1lLgDlmOt0

#

Will take some time, there is a lot going on here.

bright cosmos
#

i guess it looks like auto_advance gets set to false after it's paid

#

is that automatically done?

#

because we didn't do that so just a bit confusing

simple brook
#

I'm not certain offhand if auto_advance is set to false once an Invoice is paid, but I believe that could be happening as an Invoice is in a terminal state once it is paid and there are no more states for it to be advanced to.

bright cosmos
#

ok that might explain this then

#

i guess it seems i should finalize the invoice with auto_advance to resolve my issue

winter escarpBOT
simple brook