Paysend
Quick Start
- Sign up at paysend.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
Paysend — global transfer platform supporting payouts to 170+ countries. Payout-only adapter (no payment collection).
| Provider ID | paysend |
| Category | Bank Transfers |
| Website | paysend.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
| Parameter | Description |
|---|---|
api_key | API Key |
secret_key | Secret Key for HMAC signing |
base_url | Base 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 Status | 4pay Status | Description |
|---|---|---|
completed | charged | Transfer completed |
processing | charging | Transfer in progress |
pending | charging | Pending |
failed | rejected | Transfer failed |
cancelled | rejected | Cancelled |