Skip to main content

Calida Pay

Quick Start
  1. Sign up at calidapay.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 Calida Pay →

Overview

Calida (BlueCode) — BlueCode QR payments

Provider IDcalida
CategoryCard Processors
Websitecalidapay.com

Supported operations: Start Payment (payments_authorize) Get Status (payments_status)


Authentication

Method: Token-based (Custom scheme)
Header format:

Authorization: token {api_key}

Example:

Authorization: token abc123xyz

⚠️ Important: Used keyword token, and not Bearer!


Configuration

Required Parameters

ParameterDescription
base_urlBase API URL
api_keyToken for authentication
shop_nameStore name (required)
callback_urlURL for webhooks (optional)

Status Mapping

Provider Status4pay StatusDescription
COMPLETEDChargedPayment completed
FAILEDFailurePayment failed
MANUAL_PROCESSINGProcessingManual processing
PAYMENT_INITIATEDAuthenticationPendingPayment initiated
PENDINGAuthenticationPendingAwaiting payment

API Reference

MethodEndpointDescription
GET/api/v1/order/{orderId}/status

Resources