Moyasar
Quick Start
- Sign up at moyasar.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
Moyasar payment integration
| Provider ID | moyasar |
| Category | Card Processors |
| Website | moyasar.com |
Authentication
- Method: Bearer token
- Base URL:
https://api.moyasar.com
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
Example Configuration
{
"provider": "moyasar",
"provider_params": {
"api_key": "your_api_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
paid | charged | |
initiated | pending | |
refunded | refunded | |
failed | rejected |