#billy-c_code
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- billy_terminal-applepay, 2 days ago, 6 messages
- billy-c_unexpected, 2 days ago, 33 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1230612568847159326
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
getting pin_try_exceeded error from using test function
I don't understand how this is tied to trying to verify event sognatures
can you explain what you're trying to do?
i want to mock a card reader success message and getting this https://dashboard.stripe.com/test/webhooks/we_1NB1P7EuHed9ludMMs01ks5S
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It worked before but not sure why it's not working anymore
Getting what? That's a webhook endpoint link
mock a card reader success message
Can you explain in more detail?
What are you doing? What part is not working like you expect?
oh my bad i pasted the wrong snippet. I am trying to mock a success message with 'Reader.TestHelpers.present_payment_method(
reader_id,
stripe_account=stripe_account_id,
)' but am getting that message above.
Does your amount end in 75 by any chance? like $10.75
yeah
is that why it's error out? because it's code for certain responses
thanks for the help that makes sene