Hi everyone,
I’m trying to integrate the Cybersource payment gateway into my pbdropshipping.com platform, which is an e-commerce site focused on private labeling and dropshipping. I’m facing a few challenges when it comes to handling transactions securely and preventing fraud.
Here’s what I’ve tried so far:
- I’ve generated the API credentials from Cybersource Developer and successfully connected to the API.
- I’ve implemented the basic payment gateway functionality, but I’m running into these issues:
Issues I’m facing:
- Payment Processing Failures: Customers can’t complete purchases because I’m getting an error saying “Transaction Declined” from the API response. I’m unsure if this is a configuration or authorization issue.
- Fraud Prevention: The fraud detection tools seem to be flagging legitimate transactions as fraudulent, and I don’t know how to fine-tune this to prevent false positives.
- Mobile Payments Integration: I’ve tried using the Cybersource Mobile SDK, but it’s not returning the payment status correctly. I suspect there’s a problem with how the SDK is interacting with my mobile app.
- Tokenization: I want to securely store payment information using tokenization, but I’m unsure of how to properly implement it without storing sensitive data.
I was expecting smooth integration with Cybersource to process payments securely, but I’m not getting the expected results. Does anyone have experience with Cybersource, especially in the context of private labeling or dropshipping platforms