VoPay
Quick Start
- Sign up at vopay.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
VoPay — Canadian fintech processor for bank transfers and payouts. Specializes on EFT (ACSS), Interac e-Transfer and Visa Direct. Main market — Canada.
| Provider ID | vopay |
| Category | Bank Transfers |
| Website | vopay.com |
Supported operations: start_tx payout refund_tx status
Authentication
API Key + HMAC-SHA256 signature:
Authorization: Bearer {api_key}X-API-Key: {api_key}X-Account-ID: {account_id}X-Signature: HMAC-SHA256(api_secret, timestamp + body)X-Timestamp: unix_timestamp
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | VoPay API Key |
api_secret | VoPay API Secret (shared key for HMAC) |
account_id | VoPay Account ID |
environment | sandbox / production |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
success | charged | Successful |
completed | charged | Completed |
pending | processing | Processing |
in_progress | processing | In progress |
failed | failed | Error |
cancelled | failed | Cancelled |
returned | failed | Refund (NSF) |
nsc | failed | No Sufficient Credits |
success | refunded | |
completed | refunded | |
pending | processing | |
failed | failed |