#rogeryang_popchill

1 messages · Page 1 of 1 (latest)

clear steepleBOT
restive trellis
#

How can I help?

stray parrot
restive trellis
#

If you plan to use Checkout as your payment UI/surface, yes

stray parrot
#

ok, then what should we do when we need to use some feature? such as hold the capture, setting the statement descriptors dynamicly?

#

I've read the docs in the separatelly section. But all of these settings seems need a payment intent object?

restive trellis
restive trellis
stray parrot
restive trellis
stray parrot
#

yes, so all we need to do is set all the parameter correctlly when we use the checkout/sessions api?

restive trellis
#

Correct

stray parrot
#

Ok I see

#

One more question, in our platform, buyer will buy a product from a seller, but buyer will add some extra service such as shipment fee or validation fee.

#

The docs said that we will use the line item object to show the product that buyer pay for this transaction

#

In this scenario, can we add all the amount in one price_data onject?

#

Is there any differenct that we separate these fees into multiple product_data object?

restive trellis
#

Well, you can add sum up the total into a single line item sure. But there won't be a breakdown on the payment page

stray parrot
#

it's a UI/UX issue, right?

restive trellis
stray parrot
#

But in our app, we've shown the discounts and the shipment fee in the previous stage, so maybe it is okay to add up all the amount in one line item/price/product data?

restive trellis
#

Sure I guess. Personally as a customer I'd prefer to see that breakdown on the actual payment page too

#

It'll be reflected in the receipt too

stray parrot
#

I see, we would think about this.

#

May I ask how long will our eng team to implement all the stripe connect flow? Only one backend engineer.

restive trellis
#

I guess it depends, I don't really have enough context to advise. Using Checkout will definitely alleviate some of the work for you

stray parrot
#

from create account, account linking, create payment, webhook, refund, dispute, payout....

restive trellis
#

But if you're doing SC&T then you need to account for that that

stray parrot
#

what do you mean account for that that?

restive trellis
#

Well there'll be additional API work in that flow, to manually move the funds to connected accounts via the Transfers API

#

If you use destination charges then that's handled automatically, for example

stray parrot
#

Yes, it seems need extra works to control the transfer manually

#

What is the time normally to intergrate all the flow?

restive trellis
#

As I said – I don't really know. Depends on a lot of factors

#

Not really something I can advise

stray parrot
#

got it.

#

After we get the checkout.session.completed signal, what do we required to intergrate else? For example, refund, can we just manually use the dashboard?

restive trellis
#

Sure, you could use the Dashboard I guess

#

Or you could build your own UI, up to you