Skip to main content

Aplazame

Quick Start
  1. Sign up at aplazame.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 Aplazame →

Overview

Aplazame payment integration

Provider IDaplazame
CategoryBuy Now, Pay Later
Websiteaplazame.com

Authentication

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

Configuration

Required Parameters

ParameterDescription
public_api_keyPublic API Key
private_api_keyPrivate 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 Status4pay StatusDescription
confirmedcharged
authorizedcharged
pendingcharging
refundedrefunded
cancelledrejected

API Reference

MethodEndpointDescription
POST#{@orders_path}/#{token}/authorize
PATCH#{@orders_path}/#{token}/cancel
GET#{@orders_path}/#{token}
POST#{@orders_path}/#{token}/refunds

Resources