BlueSnap
Quick Start
- Sign up at bluesnap.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
BlueSnap — Payments (global eCommerce)
| Provider ID | bluesnap |
| Category | Card Processors |
| Website | bluesnap.com |
Supported operations: Create Transaction Capture Status Refund
Authentication
Method: Basic Auth (key1:api_key)
Authorization: Basic {base64(key1:api_key)}
Configuration
Required Parameters
| Parameter | Description |
|---|---|
base_url | Base API URL |
key1 | Username for Basic Auth |
api_key | Password for Basic Auth |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
AUTH_ONLY + SUCCESS | authorized | |
AUTH_CAPTURE + SUCCESS | charged | |
CAPTURE + SUCCESS | charged | |
AUTH_REVERSAL + SUCCESS | cancelled | |
(any) + FAIL | failed | |
(any) + PENDING | processing | |
(any) + PENDING_MERCHANT_REVIEW | processing | |
SUCCESS | charged | |
FAIL | failed | |
PENDING | charging | |
PENDING_MERCHANT_REVIEW | charging |
Testing
Test Cards
| Card | Number | CVV | Result |
|---|---|---|---|
| Visa | 4263 9826 4026 9299 | 123 | Success |
| Mastercard | 5425 2334 3010 9903 | 123 | Success |
| Amex | 3742 4545 4545 4545 | 1234 | Success |