Skip to main content

Payment Asia

Quick Start
  1. Sign up at paymentasia.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 Payment Asia →

Overview

Payment Asia payment integration

Provider IDpayment-asia
CategoryLocal Payment Methods
Websitepaymentasia.com

Authentication

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

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
api_keyAPI Key
secret_keySecret Key

Example Configuration

{
"provider": "payment_asia",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"api_key": "your_api_key_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
successcharged
processingcharging
refundedrefunded
failedrejected

API Reference

MethodEndpointDescription
POST/transaction/create
POST/transaction/query
POST/transaction/refund

Resources