Skip to main content

SeQura

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

Overview

SeQura payment integration

Provider IDsequra
CategoryBuy Now, Pay Later
Websitesequra.com

Authentication

  • Method: Basic Auth (Base64)

Configuration

Required Parameters

ParameterDescription
merchant_refMerchant Reference
api_userAPI User (email)
api_passwordAPI Password
envEnvironment

Example Configuration

{
"provider": "sequra",
"provider_params": {
"merchant_ref": "your_merchant_ref_here",
"api_user": "your_api_user_here",
"api_password": "your_api_password_here",
"env": "your_env_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
approvedcharged
confirmedcharged
shippedcharged
needs_reviewcharging
pendingcharging
cancelledrejected

API Reference

MethodEndpointDescription
PUT#{@orders_path}/#{order_ref}/confirm
DELETE#{@orders_path}/#{order_ref}
GET#{@orders_path}/#{order_ref}
POST#{@orders_path}/#{order_ref}/refunds

Resources