#ceylon_pi-extendedauth
1 messages ¡ Page 1 of 1 (latest)
đ 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/1232013563930087464
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I get this response:
Failed creating payment intent:Error: This account is not eligible for the requested card features. See https://stripe.com/docs/payments/flexible-payments for more details.
Hello, this channel cannot change account configurations unfortunately. If you keep working with our support team they should be able to help configure this on your account https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site 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.
they said i shouldnt need to change my account
so im wondering if im submitting the payload incorrectly
can i show you the payload?
const pi_payload = {
amount: amount,
currency: "usd",
payment_method: cloned_payment_method.id,
capture_method: "manual",
payment_method_types: ["card"],
payment_method_options:{
card: {
request_extended_authorization: "if_available"
}
},
confirm: true,
description: "Rental authorization: Amount " + amount,
expand: ["latest_charge"],
metadata: {
customerId: customer?.id,
fleetRef: fleet?.id,
bookingId: booking?.bookingId,
connected_account_id: fleet?.connectedStripeAccountId
},
application_fee_amount: calculateFumesFee(amount),
return_url: "https://owner.fumes.app/#/dashboard"
};
Does the call work without the request_extended_authorization parameter?
The error message seems to indicate that we are getting what you are sending properly, I think our support was mistaken when they said you were already enabled
If you send them the request ID (req_1234) of a specific request where you are getting this error message that may help them see what is happening
Ok ill contact support again
ceylon_pi-extendedauth
Yeah they said i need ic+