Aplazame
Quick Start
- Sign up at aplazame.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
Aplazame payment integration
| Provider ID | aplazame |
| Category | Buy Now, Pay Later |
| Website | aplazame.com |
Authentication
- Method: Bearer token
- Base URL:
https://api.aplazame.com
Configuration
Required Parameters
| Parameter | Description |
|---|---|
public_api_key | Public API Key |
private_api_key | Private API Key |
Example Configuration
{
"provider": "aplazame",
"provider_params": {
"public_api_key": "your_public_api_key_here",
"private_api_key": "your_private_api_key_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
confirmed | charged | |
authorized | charged | |
pending | charging | |
refunded | refunded | |
cancelled | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | #{@orders_path}/#{token}/authorize | |
| PATCH | #{@orders_path}/#{token}/cancel | |
| GET | #{@orders_path}/#{token} | |
| POST | #{@orders_path}/#{token}/refunds |