Skip to main content

Payabl

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

Overview

Payabl payment integration

Provider IDpayabl
CategoryCard Processors
Websitepayabl.com

Authentication

  • Method: Bearer token
  • Base URL: https://api.payabl.com/v2

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
merchant_idMerchant ID

Example Configuration

{
"provider": "payabl",
"provider_params": {
"api_key": "your_api_key_here",
"merchant_id": "your_merchant_id_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
approvedcharged
pendingcharging
refundedrefunded
declinedrejected

API Reference

MethodEndpointDescription
POST/payment-page
GET/payment/#{URI.encode(payment_id)}/status
POST/payment/#{URI.encode(payment_id)}/refund

Resources