#filthyrich247

1 messages · Page 1 of 1 (latest)

fluid jungleBOT
rancid karma
#

Let's remove the block

    {
        stripeAccount: buyer.stripe_acct_id, // The buyers stripe account id (acct_000000001)
    }

It's for Direct Charge, while you are doing Destination Charge

#

And Buyer wouldn't have a Connected Account at all. They are Customers

snow owl
#

I see. I've added a Stripe card element into the checkout using import { CardElement, useStripe, useElements } from '@stripe/react-stripe-js';

When adding test card details in 4242 I'm recieving no more errors after having removed the block you'd mentioned.

How are payments taken from the card element to send to the destination?

rancid karma
#

It's done automatically and you can confirm it on Dashboard, by pasting the PaymentIntent Id to your Dashboard search bar

#

Btw CardElement is legacy. You can use PaymentElement instead

snow owl
#

Btw CardElement is legacy. You can use PaymentElement instead

Gotcha. I'll sort that now.

Just checking the dashboard now for the payment intent.

snow owl
#

Thanks for that! The PI and PI completion is working now. 🤩

I can see that the application_fee_amount has been taken away from the PI. Does that typically end up within the balance of the platform? I can't currently spot anywhere that shows it coming to our account within the dashboard.