SeQura
Quick Start
- Sign up at sequra.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
SeQura payment integration
| Provider ID | sequra |
| Category | Buy Now, Pay Later |
| Website | sequra.com |
Authentication
- Method: Basic Auth (Base64)
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_ref | Merchant Reference |
api_user | API User (email) |
api_password | API Password |
env | Environment |
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 Status | 4pay Status | Description |
|---|---|---|
approved | charged | |
confirmed | charged | |
shipped | charged | |
needs_review | charging | |
pending | charging | |
cancelled | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| PUT | #{@orders_path}/#{order_ref}/confirm | |
| DELETE | #{@orders_path}/#{order_ref} | |
| GET | #{@orders_path}/#{order_ref} | |
| POST | #{@orders_path}/#{order_ref}/refunds |