#Ryanarms3

1 messages · Page 1 of 1 (latest)

river vectorBOT
buoyant relic
#

Is that one of the things you've come across?

thin spindle
#

I have seen this but was confused when it says won't work with card payments.

buoyant relic
#

Where are you seeing that?

#

This does work with card payments.

thin spindle
#

So my goal is to have it programmed into stripe that every time someone checks out on the app it will authorize and process normally. on there bank it will only hold the amount until i capture within 7 days. Is that what this means. Becuase I know how to do it manually for each individual payment created on the dashboard. But I am trying to streamline the process.

#

Ok, i just read this and was confused

buoyant relic
#

Yeah, that's what this is for. You place a hold for up to 7 days, and you capture the funds within that time.

thin spindle
#

ok, so when I want to capture the amount, it could vary but always less than the held amount. Will I be able to do this through the dash board once configured or will i have to rewrite each capture amount in the code. for every transaction?

buoyant relic
#

You should be able to do it either way.

thin spindle
#

Ok, thank you for the help. I may have more questions down the road if you don't mind.

buoyant relic
#

Sure, we're here to help!

thin spindle
#

So I haven't edited stripe before but I have quite a bit of coding experience. So help me understand, I need to create paymentintent fuction and add it the bottom of my log within stripe?

buoyant relic
#

Your log? What do you mean?

thin spindle
#

well i thought I could edit the code under developers when i log into my account, but i just realized i cannot. Where do I implement the changes?

buoyant relic
#

I can't answer that, I don't know what your systems look like on your end. Can you tell me more about your Stripe integration?

thin spindle
#

I have it on a flutter app.

#

Can I edit the API through stripe?

#

or where can I set up the separate payment authorization within stripe?

buoyant relic
#

Did you build the Flutter app? What about the server-side component? Did you write the code for that?

#

The changes you're talking about would need to be made in your app and on your server, not inside Stripe.

thin spindle
#

Ok that makes since. I worked with a team on it but didn't do the payment details.

buoyant relic
#

It would probably be best to work with that team again if possible.