#monesh_sahu
1 messages · Page 1 of 1 (latest)
Could you share the full error message?
Could you log the client secret at android (not backend) and share it with me? It's likely that your client secret is in wrong format
this is my code in andriod
Your code is not indented properly. I can't read it
Can you share the client secret that your Android received?
You should ensure that the client secret looks like pi_xxx_secret_xxx
ok sending once again
Please also share your client secret
yes
{"clientSecret":"pi_3MhSlJSA7goKaDjj1Rd9Nb9U_secret_3MffSODrCfS5g66Aa5iUNWmmS"}
this is i am getting
If you set client secret directly in the Kotlin code, does it work?
i did not check this
You can have a try. If it works, it's likely that your Kotlin code doesn't get the correct value for client secret
how to check this can you give me suggestion
if this is the issue then how to resolve it
You can hard coded the client secret in your kotlin code and test it out
ok
its taking to a blank page
What did you do? Did you also hard code the relevant fields such as customer, ephemeralKey and client secret?