#Jörgen

1 messages · Page 1 of 1 (latest)

spice tundraBOT
remote rapids
#

how would that be constructed if I had raw card details?

#

or can i Simply post them?

neon garden
#

or a bank account

remote rapids
#

yeah, we have that working

#

exploring adding cards so we can do instant payouts

neon garden
#

Do you have the raw card detail? Normally you would need to collect it via frontend

remote rapids
#

exploring options. If I have the card details, can I just use the node sdk to add the raw details or would they need to be tokenized somehow?

neon garden
#

They are better to be tokenized. It's PCI-DSS violated if you ever have card information stored on your server

remote rapids
#

ok, the end user would have details about their card in our app. If I wanted to create a token of this, how would I go about it?

neon garden
remote rapids
#

would there be another way. could I have the user do this from the dashboard?

neon garden
#

You mean your app's dashboard right? You will still need to tokenize the card information anyway, before sending to your server

remote rapids
#

was thinking if there were pre-buitl froms for it. like identity verification. to add external accounts to a stripe connect account

#

do you know if there are other sdk:s for the tokenization. based on the raw card details. we would not have them in a stripe checkout form.

neon garden
#

For web unfortunately no, that's the standard way to tokenize card

remote rapids
placid sage
#

Sure, what's the Q

remote rapids
#

I must post a token no? could I post the card payload (as for creating external bank account?)

placid sage
#

No you shouldn't pass the raw card data. First tokenise with Stripe.js, collecting payment details via Elements then use the token to create the account

#

What are you trying to do?

remote rapids
#

just trying to wrap my head around how i would store an external card account. Let's say I have the card details in plain text in an app, how would I go about tokenizing those details. In that case i would not be in web

placid sage
#

What do you mean by app? Is this a mobile native application, and not web?

remote rapids
#

yes, native.

placid sage
#

Then you should use our native mobile SDKs to collect payment details and tokenise

#

But our hosted Connect onboarding flow should support collecting external account data form your users. You shouldn't need to build this yourself

remote rapids
#

we do initate the connect accounts programaticly. but there should be somewhere to add the cards right?