Skip to main content

Paysend

Quick Start
  1. Sign up at paysend.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 Paysend →

Overview

Paysend — global transfer platform supporting payouts to 170+ countries. Payout-only adapter (no payment collection).

Provider IDpaysend
CategoryBank Transfers
Websitepaysend.com

Supported currencies: USD, EUR, GBP, CAD, AUD, JPY, CHF

Supported operations: payout


Authentication

  • Method: HMAC-SHA256 Signature
  • Base URL: https://api.paysend.com/v2

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
secret_keySecret Key for HMAC signing
base_urlBase URL API

Example Configuration

{
"provider": "paysend",
"provider_params": {
"api_key": "your_api_key_here",
"secret_key": "your_secret_key_here",
"base_url": "https://api.paysend.com/v2"
}
}

Status Mapping

Provider Status4pay StatusDescription
completedchargedTransfer completed
processingchargingTransfer in progress
pendingchargingPending
failedrejectedTransfer failed
cancelledrejectedCancelled

Resources