#_desa

1 messages · Page 1 of 1 (latest)

wheat atlasBOT
wicked zinc
#

Hello! No, I don't think so.

vernal bramble
#

Hello!

wicked zinc
#

There's no property on the Intent or the associated Payment Method that would tell you that.

vernal bramble
#

would there be any difference in the response, ie missing/null data that would only be available in a specific case?

#

can get around the explicit property that way, just curious if you know.

wicked zinc
#

Nothing I can think of, no. What's your use case?

vernal bramble
#

We're checking to see if an invoice we've sent out is ready to be paid, meaning automatic bank, credit card, or post-verification manual bank account is the payment method being used.

wicked zinc
#

Ready to be paid? Can you provide more details? Not sure I'm following.

vernal bramble
#

basically we are just checking to make sure that a payment method submitted for an invoice isn't a manual bank account, or if it is- that it's verified, since an unverified bank account would not process a payment.

wicked zinc
#

How would someone submit an unverified bank account?

vernal bramble
#

here

#

it would need to go through the microdeposits process

wicked zinc
#

Right, but an account that hasn't been verified yet can't be used for a payment until it's verified.

vernal bramble
#

Precisely

#

I think you're seeing the issue

wicked zinc
#

I'm not. 😅 I think we might be using the same words to mean different things. Can you provide more detail?

vernal bramble
#

We need to track which invoices have payment methods associated that are still pending verification, so we can then resurface it to a customer to complete payment once they've verified their bank acct via microdeposits.

wicked zinc
#

I'm still not sure I fully understand... there is no usable Payment Method at that point. Are you using Setup Intents to set the bank accounts up? If so, the Setup Intent will be in a requires_action state until the microdeposits are verified.

vernal bramble
#

correct, we create a setup intent, since at that point a payment can't be used

#

sorry, i guess i wasn't totatlly clear

wicked zinc
#

Okay, let's back up and see if we can get you the answer you want. As I understand it you want to determine if an ACH account can be used to pay an Invoice or not. Is that correct?

vernal bramble
#

Correct

wheat atlasBOT
wicked zinc
#

If you're setting them up with Setup Intents you can check the status of the Setup Intent. If it's succeeded the associated ACH Payment Method should be ready to go.

#

If it's some other status it's not ready to go.

#

I think the main outstanding question I have is about the mention of Payment Intents in your original question, can you clarify that piece?

vernal bramble
#

i think i meant to be talking about payment methods

#

that's helpful

wicked zinc