Maya
Quick Start
- Sign up at maya.ph 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
Maya payment integration
| Provider ID | maya |
| Category | E-Wallets |
| Website | maya.ph |
Authentication
- Method: Bearer token
- Base URL:
https://api.maya.com
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
Example Configuration
{
"provider": "maya",
"provider_params": {
"api_key": "your_api_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
succeeded | charged | |
pending | pending | |
failed | rejected | |
canceled | rejected |