#arnotixe_api

1 messages ยท Page 1 of 1 (latest)

lament sphinxBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1229579947887034369

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

formal larkBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

dense wharf
#

(this is the "user canceled himself" outcome, resulting in paymentintent.last_payment_error.decline_code = "affirm_checkout_canceled"

jovial gust
#

Hi, where are you looking to see this status and what is the message you'd like to see instead?

#

Can you add a bit more details?

formal larkBOT
dense wharf
#

The idea is to try out "what happens if a customer did not qualify for loans through Affirm"?

candid arrow
#

๐Ÿ‘‹ Taking over this thread, catching up now

dense wharf
#

๐Ÿ‘‹

#

so, idea is we have a Stripe Card-based form that we wanted to add Affirm to

#

we know of at least 3 outcomes when being sent back from Affirm:

  • payment success
  • payment canceled by customer himself (above image)
  • customer didn't qualify for Affirm
#

That last one we're just "assuming" to exist, would make sense that not all customers make it through due bad credit score or something. So what we're looking for, is information on what the payload would look like if the user didn't qualify.

#

Could of course be Affirm just sends the same, but i think/hope not

#

this here is when a user cancels, and the status says pretty clearly "canceled"

#

(as opposed to "failed" / ineligible / disqualified etc)

candid arrow
#

Thanks for sharing the details. I don't think the decline code for "customer didn't qualify for Affirm" exists. Can I suggest you writing to Support https://support.stripe.com/contact, so that they can double check and share the feedback with the relevant team?

dense wharf
#

yep, I'll try that ๐Ÿ‘

#

I guess that means for now basically we should treat any existance of last_payment_error on the paymentintent when returned, as "Affirm didn't work out for customer, try something else" ๐Ÿ˜

#

ok, thanks for your help, I'm filing at stripe.com now. See you!