#jack5m
1 messages · Page 1 of 1 (latest)
No
@signal pier So this person need register stripe. Then i use below code to send money to ?
curl https://api.stripe.com/v1/transfers \
-u sk_test_51OOxO6F5vxuQUoKZmjMc0YJ2QVC97FGVGiRPLpDCiHRuvttMDjrMSK1sB5CIN6q24Iwmu7aLCjjUeHFfzWAFtkT000hwI3uorb: \
-d amount=1000 \
-d currency="jpy" \
-d destination="{{THIS_PERSON_STRIPE_ID}}"
To be clear, you can only transfer funds to your own connected account.