#Rishikesh

1 messages · Page 1 of 1 (latest)

spare knollBOT
lost jasper
#

Hi there, do you have the paymentIntent ID?

alpine crescent
#

let customer = 'cus_NgzC6tPGVdmQ4w'
stripe.transfers.create(
{
amount: 400,
currency: "usd",
source_transaction: customer.payment_method,
destination: "acct_1MvbEORJsVvIupOW",
},
function (err, transfer) {
if (err) {
console.error(err);
} else {
console.log("Transfer created:", transfer);
}
}
);

#

this is my code where can i get paymentIntent ID

lost jasper
#

Was this request processed successfully?

alpine crescent
#

py_1MvbVDRJsVvIupOWz0NocMhe

#

here it is

alpine crescent
lost jasper
#

Is this the correct charge ID? the amount is 1000

alpine crescent
#

yes it correct

#

Transfer created: {
id: 'tr_1MvbVDEhOnQTY630AkTaDvEU',
object: 'transfer',
amount: 1000,
amount_reversed: 0,
balance_transaction: 'txn_1MvbVDEhOnQTY630nCefTahB',
created: 1681197631,
currency: 'usd',
description: null,
destination: 'acct_1MvbEORJsVvIupOW',
destination_payment: 'py_1MvbVDRJsVvIupOWz0NocMhe',
livemode: false,
metadata: {},
reversals: {
object: 'list',
data: [],
has_more: false,
total_count: 0,
url: '/v1/transfers/tr_1MvbVDEhOnQTY630AkTaDvEU/reversals'
},
reversed: false,
source_transaction: null,
source_type: 'card',
transfer_group: null
}

lost jasper
#

But your code's amount is 400

alpine crescent
lost jasper
#

Anyway py_1MvbVDRJsVvIupOWz0NocMhe was created successfully on the connected account.

#

It will take time to be reflected in your connected account's balance.

alpine crescent
spare knollBOT
lost jasper
#

Are you checking on the correct connected account?

alpine crescent
#

but in the other image its showing restricted

#

yesterday i have created a transfer 20Hrs before it still not reflected

#

how much time it will take to reflect on my account ?

lost jasper
alpine crescent
#

both of my accounts are from us

#

ACOUNT IS ALSO SET

lost jasper
#

There's no need to shout.
If you search the table, the payout speed for US is two business days.

alpine crescent
lost jasper
#

I don't see a problem here. The transfer was created successfully.

alpine crescent
lost jasper
alpine crescent
#

ok

#

thanks jack ill wait for one more day

lost jasper
#

btw you can use these test card to make the funds available in you balance, bypassing pending balance https://stripe.com/docs/testing#available-balance

Use test cards to validate your Stripe integration without moving real money. Test a variety of international scenarios, including successful and declined payments, card errors, disputes, and bank authentication. You can also test non-card payment methods.