What payment processors/gateways does the system support?
Explanation
Guidance
Refer to PCI DSS Security Standards for supplemental guidance in this section
Example Responses
Example Response 1
Our system supports the following payment processors/gateways: 1) Stripe - We use their Payment Intents API for direct credit card processing and their Connect platform for marketplace payments Integration is via their official Node.js SDK 2) PayPal - We offer PayPal as an alternative payment method using their Express Checkout flow, which redirects users to PayPal to complete payment 3) Braintree - Used as a backup processor for credit card transactions when Stripe is unavailable, integrated via their JavaScript SDK with a hosted fields implementation Our system does not store any credit card data; all payment information is tokenized and processed directly by these PCI-compliant processors.
Example Response 2
Our application integrates with Authorize.net as our primary payment gateway using their Accept.js library, which ensures credit card data never touches our servers We also support Square for in-person payments through their Point of Sale API and SDK For cryptocurrency payments, we integrate with Coinbase Commerce All integrations follow the respective processor's security best practices, and our system is designed to be a PCI SAQ-A compliant implementation where we never store, process, or transmit cardholder data directly.
Example Response 3
Currently, our system does not integrate with any formal payment processors or gateways Instead, we collect credit card information directly through our web forms and manually process these transactions through a virtual terminal provided by our bank We store the credit card numbers in our encrypted database for recurring billing purposes We recognize this approach doesn't align with PCI DSS best practices, and we're actively working to migrate to a PCI-compliant payment processor (evaluating Stripe and Braintree) within the next quarter to eliminate our need to handle card data directly.
Context
- Tab
- Case-Specific
- Category
- Payment Card Industry Data Security Standard (PCI DSS)

