#ceylon_pi-extendedauth

1 messages ¡ Page 1 of 1 (latest)

viral spireBOT
#

👋 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.

oblique tendon
idle sigilBOT
steep star
#

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

oblique tendon
#

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"
};

steep star
#

Does the call work without the request_extended_authorization parameter?

oblique tendon
#

yes

#

i dont pass in payment_method_options at all if user doesnt request extended

steep star
#

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

oblique tendon
#

Ok ill contact support again

idle sigilBOT
idle talon
#

ceylon_pi-extendedauth

oblique tendon
#

Yeah they said i need ic+