#bbyford-decline

1 messages ยท Page 1 of 1 (latest)

rose ocean
#

Looks like a standard bank decline to me! I can confirm if you can share PIs IDs

fast schooner
#

which id's sorry?

#

also HELLO!!!!! ๐Ÿ™‚

rose ocean
#

pi_xxx

fast schooner
#

pi_3LX7mtA54W9sJike0fATXQjr

rose ocean
#

How come you're using the /pay endpoint?

#

But yep, bank decline for insufficient funds

fast schooner
#

sooo

#

I'm creating a customer with card details and adding them to a subscription without taking payment... My client is then checking the customers details and via the API we're requesting payment on the invoice... at this point its saying insuffient funds

#

(mostly as theres not way to do this check using subs, were as there is with normal payments by using the uncaptured flag)

#

Iin my experience anyways

rose ocean
fast schooner
#

sorry maybe i confused you, we ARE saving the card

#

in Stripe to start, and creating and customer etc if there isnt one already for that person

#

I just wondered if making the actual charge after the fact might be casuing the issue... but if not then not to worry

rose ocean
#

Ok, but you still shouldn't use that API

fast schooner
#

why?

rose ocean
#

(it can't handle 3DS/auth requests that may be triggered)

fast schooner
#

mmmm wont that get triggered on saving the card?

rose ocean
#

Sure, but might also be triggered for any payment

#

There's no blanket rule

fast schooner
#

ah ok

#

is there a way to still vet teh customer info before payment?

rose ocean
#

You can use Setup Intents to save the PM and optimise for any future payments, but ultimately the bank can decide to request auth at any point

fast schooner
#

or is it that tcase that we should just not be doing that

rose ocean
#

What do you mean by 'vet'?

fast schooner
#

their business name, and details as my client doesnt allow direct competition sign ups

#

๐Ÿ˜ข

rose ocean
#

Surely you just delay subscription creation until after that process

fast schooner
#

i guess we're working abit like a hotel at the minute were we take card details and create an invoice and we check them out if they're ok customers

#

...

#

but your saying just give up on that and do your checks before even going through the payments step??

rose ocean
#

I don't really have enough context on your business to advise anything really, other than I wouldn't use /pay as its not recommended in a SCA world

#

Hotels work differently really (auth/capture)

fast schooner
#

sure, but you dont have auth / capture for subs right?

#

also are you saying use /pay, not /invoices?

rose ocean
#

You're using this endpoint to manually attempt paying an invoice: https://stripe.com/docs/api/invoices/pay
https://dashboard.stripe.com/logs/req_4skYNoKKifG8k0

#

The invoice is generated from your subscription creation, and would normally be finalised/paid within ~1 hour

fast schooner
#

ok

#

that 1 hour window causing us an issue then you think?

rose ocean
#

How do you mean?

fast schooner
#

you menitioned above invoices are normally paid in an hour

rose ocean
#

Yes, but you're bypassing that as you're attempting to manually pay them (via /pay)

fast schooner
#

ahhh right...

#

ok so whats the point of being able to pay an invoice if its likely to fail??

#

or on failure is it best to send them the stripe invoice pay link?

#

so they can deal with whatever 3DS issues there might be?

rose ocean
#

I've no idea what we're trying to solve here really. You asked about declines initially, and it seems like they're just normal insufficient funds declines

fast schooner
#

๐Ÿ™‚

#

sorry, just wondered if there was any magic (i.e. any reason i would be getting more declines because of the way we're set up)

#

if they look normal then all good

rose ocean
#

Potentially, yes if you're using /pay

fast schooner
#

ha

#

๐Ÿคฆโ€โ™‚๏ธ

rose ocean
#

Which is why I'm recommend you figure out a different way to fits your business requirements

fast schooner
#

ok ok

#

thanks for your time

rose ocean
#

Especially if you deal predominantly in UK/EU

fast schooner
#

we deal with all over

#

unfortuntately