#peter_40675

1 messages · Page 1 of 1 (latest)

pearl arrowBOT
cyan parrot
#

hi, could you explain in more detail what your end goal is? When you say 'create an account' are you referring to using Connect(and then, Standard/Express or Custom accounts), or something else?

slow compass
#

stripe.accounts.create(accountObject,function(err,account){ ....

i want to UK country but its not supported

Country UK not supported (you should use the 2-letter country code, e.g. US).

cyan parrot
slow compass
#

code: 'postal_code_invalid', -- showing error

cyan parrot
#

perhaps you passed a postal code that is invalid for the UK?

slow compass
#

for GB

#

postal code working but routing number invalid

#

i pass- 110000000 // routing number

cyan parrot
slow compass
#

req_TXxluTf9bD3rBa

#

thank i look into it

cyan parrot
#

thanks. Then yeah, you need the correct testing numbers from the doc above

slow compass
#

yes just moment

#

when i create payment intent

amount: "2000",
currency: 'gbp',
application_fee_amount : '1000',
transfer_data : {
destination : "acct_1Nk14YGaK8unpaZk",
},

its work

#

but not payout to connected account

cyan parrot
#

not sure what you mean by "not payout"

#

I wouldn't expect there to be a payout.

#

that API call is just creating a PaymentIntent; some of the money will be transferred to the connected account; and a few days later the connected account's balance will be paid out to their bank account,

slow compass
#

okay.. thanks

#

great work

#

But how destination account knows 1000 payment intented ?

cyan parrot
#

I don't think I follow unfortuantely, could you re-phrase the question?

slow compass
#

means when i create payment intent with applied destination,
then how to destination account knows intent creted or not?

#

like that

#

its 2000 while creating intent but what about 1000 for destination account?

cyan parrot
#

if you look at your Dashboard in the Connect section and look at the specific account, on its page you can also look at its incoming payments there.

#

not sure if that's what you mean.

slow compass
#

yes right what i want to say about

#

there is no payment intents showing like uncaptured status..! abov img

cyan parrot
#

did you confirm the PaymentIntent?

slow compass
#

yes

cyan parrot
#

just creating the PaymentIntent doesn't do anything , you have to actually process a payment with it(by e.g. using the PaymentIntent on the frontend with your Elements page_

#

well what's the pi_xxx PaymentIntent ID then so I can look?

slow compass
#

req_PTj5UJ61IDpWNi

#

look into it

cyan parrot
#

I think you mean "look into it, please" 🙂

slow compass
#

Have you see any diffrance?

cyan parrot
#

that PaymentIntent is in status:requires_capture, which means the money hasn't moved yet.

slow compass
#

ok ok thanks i will check

#

thanks a lot