Hey everyone! I've created a competitor to Stripe, but I'm hitting a snag with the backend. When I try to integrate the iframe component into my customer's website, it doesn't seem to charge the card. Is there a different approach you're taking for processing payments? Any advice would be super helpful. Thanks!
2 Answers
Honestly, I think you might be overcomplicating things. If you haven't already, get in touch with developer communities or even look for code examples online. You're not alone in this, and there are plenty of developers who've figured it out. Just keep testing different models; it can be a bit labor-intensive but worth it in the end!
This seems like a tricky situation! It sounds like you're having issues with the payment processing integration. Are you sure the API keys and responses are set up properly? Sometimes the backend setup can be a bit finicky, so double-checking the request/response logs might help. Also, consider whether you're using the right model or flow for transactions; some frameworks have specific methods for handling payments through iframes.
Yeah, definitely check how the iframe is communicating with your server. Sometimes, cross-origin issues can mess things up if configurations aren’t right.

For sure! And don't hesitate to search for tutorials specifically on iframe integrations, as I found those invaluable during my own project.