Skip to main content

Salt Edge

Quick Start
  1. Sign up at saltedge.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 Salt Edge →

Overview

Salt Edge payment integration

Provider IDsaltedge
CategoryBank Transfers
Websitesaltedge.com

Configuration

Required Parameters

ParameterDescription
app_idApp ID
secretSecret

Example Configuration

{
"provider": "saltedge",
"provider_params": {
"app_id": "your_app_id_here",
"secret": "your_secret_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
donecharged
processingcharging
waiting_confirmationcharging
pending_confirmationcharging
failedrejected
rejectedrejected
expiredrejected

API Reference

MethodEndpointDescription
POST/payments/create
GET/payments/#{URI.encode(payment_id)}

Resources