#rajathans

1 messages · Page 1 of 1 (latest)

deep quiverBOT
sharp lily
snow oracle
sharp lily
#

Thank you, checking further in to the error

#

Ah, so it looks like that error is happening because you are trying to clone a token from the platform account to the connected account

#

As the error notes, that is no longer allowed because of data locality regulations

#

So, the alternative would be collecting the card details again and tokenizing them on the connected account

#

Does that make sense to you or do you need more info?

snow oracle
#

let me try

#

how to do that?

#

So, the alternative would be collecting the card details again and tokenizing them on the connected account - this

#

we are doing this rn in frontend

#

const tokenResponse = await createToken({...card, type: 'Card'});

sharp lily
#

Then when you make that createToken call it will be made as that account