PSDK-SDI Getting Started
Last updated
Was this helpful?
The Verifone Payment Software Development Kit - Secure Data Interface (PSDK-SDI) is a PCI-compliant payment solution providing low-level integration to Verifone terminals. Build your own Payment applications with direct access to card readers, EMV kernels, security functions, and peripherals.
One integration across all Verifone platforms and regions
Cross-platform support (Android, iOS)
Unified API and documentation
Android/iOS development environment, Verifone terminal, payment processing knowledge, async programming familiarity
Code Samples: Kotlin (Android) and Swift (iOS) with sequence diagrams, best practices, and error handling patterns
Review our quick start guide for a thorough understanding of the integration process and its wide-ranging capabilities. This guide provides steps for integration, with insights and tips.
Follow the setup guides to create the correct development environment for your solution.
Study the usage rules for critical integration requirements.
Utilize the working examples of key functionality to help with your integration.
Last updated
Was this helpful?
Was this helpful?
import com.verifone.payment_sdk.*;
private PaymentSdk mPaymentSdk;
private TransactionManager mTransactionManager;
mPaymentSdk = PaymentSdk.create(context);