Skip to main content

Macropay

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

Overview

Macropay payment integration

Provider IDmacropay
CategoryCard Processors
Websitemacropay.com

Authentication

  • Method: Bearer token
  • Base URL: https://api.macropay.com/v1

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
merchant_idMerchant ID

Example Configuration

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

Status Mapping

Provider Status4pay StatusDescription
completedcharged
processingcharging
refundedrefunded
failedrejected

API Reference

MethodEndpointDescription
POST/transactions
GET/transactions/#{URI.encode(transaction_id)}
POST/transactions/#{URI.encode(transaction_id)}/refund

Resources