was looking through the sdk lib, it looks like previously there may have been a sub-resource on the customer as well, but tried it and didn't work, now what's shown in the docs example is the way to go
Mercster1 joined the channel
Mercster1 has quit
Xionkana has quit
dmarques joined the channel
DDDD has quit
dmarques has quit
circ-user-aCVdu has quit
jc_a has left the channel
Guest12345 has quit
dmarques joined the channel
circ-user-aCVdu joined the channel
dmarques has quit
FlorianBd has quit
hpar has quit
hpar joined the channel
hpar has quit
hpar joined the channel
kirk_ joined the channel
kirk_ is now known as Guest74190
FlorianBd joined the channel
Guest74190 has quit
dmarques joined the channel
dqsf has quit
ToBeCloud joined the channel
dqsf joined the channel
dmarques has quit
dmarques joined the channel
immacodercoder has quit
mdrollette
quick question - I seem to remember in some cases (maybe undocumented?) you can provide a card/bank_account ID as the `source` on another customer to copy the card without re-tokenizing from the original... Am I right in thinking that?
ah, right, so you create a new token from the customer
hpar
yep, and then you can only use that token for a charge or new customer on a connected account
mdrollette
I have the case where I want to copy a bank account from a connected account onto a Customer record on the platform account
kambiz4 joined the channel
dqsf
mdrollette unfortunately it only works platform -> connected and not in reverse
dmarques joined the channel
dqsf has quit
dmarques has quit
dqsf joined the channel
dqsf has quit
dqsf joined the channel
dmarques joined the channel
orbyt_ joined the channel
dmarques has quit
onidnalbj_ sorry, missed this! test mode of api.stripe.com is great for the development process and experimentation. https://github.com/stripe/stripe-mock is well suited for automated testing as it avoid making actual api requests, your tests will run much quicker, etc