Flexiti
Quick Start
- Sign up at flexiti.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
Flexiti — Payments (installment/lending)
| Provider ID | flexiti |
| Category | Buy Now, Pay Later |
| Website | flexiti.com |
Supported operations: Purchase (payments_authorize) Capture (payments_capture) Refund (refund)
Authentication
Method: OAuth2 Client Credentials
Token Endpoint: POST /oauth/token
Grant Type: client_credentials
Retrieval token:
POST /oauth/token
Content-Type: application/x-www-form-urlencoded
grant_type=client_credentials&client_id={client_id}&client_secret={client_secret}
Usage token:
Authorization: Bearer {access_token}
Configuration
Required Parameters
| Parameter | Description |
|---|---|
client_id | OAuth2 Client ID |
client_secret | OAuth2 Client Secret |
mid | Merchant ID |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
approved | Authorized | Credit approved |
funded | Charged | Funds transferred |
declined | Failure | Credit declined |
pending | Pending | Awaiting resolution |
cancelled | Voided | Transaction cancelled |
approved | Success | |
pending | Pending | |
declined | Failure |