Skip to main content

VoPay

Quick Start
  1. Sign up at vopay.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to VoPay →

Overview

VoPay — Canadian fintech processor for bank transfers and payouts. Specializes on EFT (ACSS), Interac e-Transfer and Visa Direct. Main market — Canada.

Provider IDvopay
CategoryBank Transfers
Websitevopay.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

ParameterDescription
api_keyVoPay API Key
api_secretVoPay API Secret (shared key for HMAC)
account_idVoPay Account ID
environmentsandbox / production

Status Mapping

Provider Status4pay StatusDescription
successchargedSuccessful
completedchargedCompleted
pendingprocessingProcessing
in_progressprocessingIn progress
failedfailedError
cancelledfailedCancelled
returnedfailedRefund (NSF)
nscfailedNo Sufficient Credits
successrefunded
completedrefunded
pendingprocessing
failedfailed

Resources