#paulpayen

1 messages · Page 1 of 1 (latest)

dusk salmonBOT
fathom karma
#

HI @magic anvil !

magic anvil
fathom karma
#

@mossy pecan is also here

#

he is one of my teammate.

magic anvil
#

You mean you want to create a payment and directly send a payout ?

fathom karma
#

yes

#

we are doing a payment with a NON 3DS card so that it can be done with a unit test.
But all cards without 3DS put the founds in pending balance

magic anvil
#

But all cards without 3DS put the founds in pending balance
Yeah that's normal and that's what I'm sharing above, the payout has a delay.

#

Are you testing payout with connect by chance ?

fathom karma
#

The problem is not the payout.

#

yes , we use connect;*

#

This is a test payment that we did to connected account.

#

You can see that the founds are not in the "available to payout"

#

We can see that we can use some cards to bypass.

#

but these cards are WITH 3DS

#

We cannot use 3DS cards in our case.

magic anvil
magic anvil
#

You need to split the test between payment and payout I think.

fathom karma
#

You mean wer can create a payment with "pm_card_bypassPending" ?

#

How to do "off_session" ?

magic anvil
#
const paymentIntent = await stripe.paymentIntents.create({
    amount: 1099,
    currency: 'eur',
    customer: '{{CUSTOMER_ID}}',
    payment_method: '{{PAYMENT_METHOD_ID}}',
    off_session: true,
    confirm: true,
  });