#twinkle0293
1 messages · Page 1 of 1 (latest)
I think that is referring to the account capability: https://stripe.com/docs/api/accounts/object#account_object-capabilities-affirm_payments
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Do you have a link to the doc that says that?
If available is true, that payment method’s capability is active and display_preference is on. If available is false, that payment method either doesn’t have an active capability or the display_preference value is off and buyers won’t see this payment method at checkout time.
Under Determin availability (2nd point)
We were able to test affirm on test environment without modifying the capabilities field but on prod the option isn't showing up
Turning affirm on in your payment method settings is the same thing
To clarify, is this on a Connect account or your platform account?
Connect account
so affirm is on, we checked it on the dashboard too, but we still can't see the affirm option
Can you share a payment intent id where this is happening?
I think our business type is not valid for affirm - that is what we got from the capability api
Oh yes that's possible
In which case, I recommend talking to our support team about options: https://support.stripe.com
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok, thankyou