Payment Asia
Quick Start
- Sign up at paymentasia.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Payment Asia payment integration
| Provider ID | payment-asia |
| Category | Local Payment Methods |
| Website | paymentasia.com |
Authentication
- Method: Bearer token
- Base URL:
https://api.paymentasia.com/v2
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | Merchant ID |
api_key | API Key |
secret_key | Secret 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 Status | 4pay Status | Description |
|---|---|---|
success | charged | |
processing | charging | |
refunded | refunded | |
failed | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /transaction/create | |
| POST | /transaction/query | |
| POST | /transaction/refund |