#karamhelmi12
1 messages · Page 1 of 1 (latest)
hello! what do you mean by you're getting black as a return to your front end?
so the first print has no value at all and the error is from when i handle the data but i get the error because there is no data
i have tried doing the same thing without the capture_method field and i get a response just fine
it's only once i add the filed in i get a empty space once i pring the response.body
it sounds like you're not returning the secret to your frontend to handle correctly. Have you verified if you're really returning the value in the response?
i think you are right, i have tried sending a string that i have entered and it does get passed back correctly
this is how i handle the intent, what do you think i am doing wrong here
ooh i found the problem, i didnot know that it will have a status of "requires_capture"
i will change my code to accept it
thank you very much for your time
np, glad you managed to figure it out