Salt Edge
Quick Start
- Sign up at saltedge.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
Salt Edge payment integration
| Provider ID | saltedge |
| Category | Bank Transfers |
| Website | saltedge.com |
Configuration
Required Parameters
| Parameter | Description |
|---|---|
app_id | App ID |
secret | Secret |
Example Configuration
{
"provider": "saltedge",
"provider_params": {
"app_id": "your_app_id_here",
"secret": "your_secret_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
done | charged | |
processing | charging | |
waiting_confirmation | charging | |
pending_confirmation | charging | |
failed | rejected | |
rejected | rejected | |
expired | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /payments/create | |
| GET | /payments/#{URI.encode(payment_id)} |