Skip to main content

Inpay

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

Overview

Inpay payment integration

Provider IDinpay
CategoryBank Transfers
Websiteinpay.com

Authentication

  • Method: Basic Auth (Base64)
  • Base URL: https://product.inpay.com/api/v2

Configuration

Required Parameters

ParameterDescription
usernameUsername
api_keyAPI Key
merchant_idMerchant ID

Example Configuration

{
"provider": "inpay",
"provider_params": {
"username": "your_username_here",
"api_key": "your_api_key_here",
"merchant_id": "your_merchant_id_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
completedcharged
pendingcharging
refundedrefunded
failedrejected

API Reference

MethodEndpointDescription
POST/checkout/create
GET/checkout/#{URI.encode(checkout_id)}
POST/checkout/#{URI.encode(checkout_id)}/refund

Resources