Skip to main content

MuchBetter

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

Overview

MuchBetter payment integration

Provider IDmuchbetter
CategoryE-Wallets
Websitemuchbetter.com

Authentication

  • Method: HMAC Signature
  • Base URL: https://gateway.muchbetter.com/merchant

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
secret_keySecret Key

Example Configuration

{
"provider": "muchbetter",
"provider_params": {
"api_key": "your_api_key_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
settledcharged
pendingcharging
refundedrefunded
failedrejected

API Reference

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

Resources