Skip to main content

Payrails

Quick Start
  1. Sign up at payrails.io 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 Payrails →

Overview

Payrails — payment orchestration platform with multi-provider support. Global coverage with intelligent routing.

Provider IDpayrails
CategoryCard Processors
Websitepayrails.io

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

Supported operations: charge, refund, partial_refund


Authentication

  • Method: OAuth2 Bearer Token
  • Base URL: https://api.payrails.io/v1

Configuration

Required Parameters

ParameterDescription
client_idOAuth2 Client ID
client_secretOAuth2 Client Secret
merchant_idMerchant ID
base_urlBase URL API

Example Configuration

{
"provider": "payrails",
"provider_params": {
"client_id": "your_client_id_here",
"client_secret": "your_client_secret_here",
"merchant_id": "your_merchant_id_here",
"base_url": "https://api.payrails.io/v1"
}
}

Status Mapping

Provider Status4pay StatusDescription
succeededchargedPayment successful
processingchargingPayment in progress
pendingchargingPending
failedrejectedPayment failed
refundedrefundedRefund processed

Resources