ShopBack PayLater
Quick Start
- Sign up at shopback.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
Cashback + BNPL combo. 35M+ users across APAC, acquired hoolah. Unique value proposition combining cashback rewards with buy-now-pay-later, leveraging ShopBack's large user base for merchant acquisition.
| Provider ID | shopback_paylater |
| Category | Buy Now, Pay Later |
| Website | shopback.com |
Supported operations: start_tx refund_tx status
Authentication
HMAC-SHA256 request signing using secret_key. API requests authenticated via api_key in headers.
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | ShopBack API Key |
secret_key | Secret key for request signing (HMAC-SHA256) |
base_url | API base URL (sandbox or production) |
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
APPROVED | charged | |
COMPLETED | charged | |
REJECTED | rejected | |
CANCELLED | rejected | |
REFUNDED | refunded |