Introduction to VoP API
What is VoP?
Verification of Payee (VoP) is a service that helps prevent fraud and misdirected payments by verifying account details before a payment is made. Our API provides a simple and secure way to implement this verification in your payment systems.
Core Features
- Account Verification: Verify account details in real-time
- Secure API: Industry-standard security with TLS encryption
- RESTful Endpoints: Simple and intuitive API design
- Comprehensive Validation: Check account numbers, sort codes, and account names
- Detailed Responses: Clear feedback on verification results
Use Cases
- Payment Processing: Verify recipient details before processing payments
- Account Management: Maintain and update account information
- Fraud Prevention: Reduce the risk of fraudulent payments
- Banking Integration: Seamless integration with existing banking systems
Getting Started
- Setup: Install and configure the API client
- Authentication: Setup your API credentials
- Integration: Make your first API call
- Testing: Verify your integration
Prerequisites
- Basic understanding of REST APIs
- Development environment with Rust installed
- API credentials (contact support to obtain these)
Next Steps
- Follow our Quick Start Guide
- Read the API Overview
- Check out the Example Code