#Rishikesh

1 messages · Page 1 of 1 (latest)

dreamy flareBOT
outer stone
#

What do you mean by 'not reflecting'? What's the tr_xxx?

jaunty plaza
#

hello

#

tr_1MvIatEhOnQTY6305lJRROGh

#

the amount is reduced from my source account but did not revived in destination account

outer stone
#

And where are you expecting to see the balance deposit?

jaunty plaza
#

i will be on the customer account on which i am sending

outer stone
#

That py_xxx object is on the destination account (acct_1MvIarIvwwxkHKK9)

jaunty plaza
#

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

#

yes

outer stone
#

I'm not sure what you're expecting/asking then. This seems to be working?

jaunty plaza
jaunty plaza
#

i have to send money to one stripe user to anther stripe user

#

how to achieve this

jaunty plaza
outer stone
outer stone
jaunty plaza
jaunty plaza
#

i have to add everything via code

outer stone
jaunty plaza
#

yes it is? on the portal its showing successful in status

outer stone
jaunty plaza
#

its opening blacnk

outer stone
#

Again, because it's an object on the connected account (acct_1MvIarIvwwxkHKK9)

#

You're likely signed in as the platform