Paidy
Quick Start
- Sign up at paidy.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
Paidy — Japan's leading BNPL provider (~6M users). PayPal-owned since 2021. Supports deferred payment, 3-pay, and 6-pay. FSA registered.
| Provider ID | paidy |
| Category | Buy Now, Pay Later |
| Website | paidy.com |
Supported currencies: JPY
Supported operations: charge, refund, partial_refund
Authentication
- Method: Bearer Token (
secret_key) - Base URL:
https://api.paidy.com
Configuration
Required Parameters
| Parameter | Description |
|---|---|
secret_key | Secret Key |
base_url | Base URL API |
Example Configuration
{
"provider": "paidy",
"provider_params": {
"secret_key": "your_secret_key_here",
"base_url": "https://api.paidy.com"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
authorized | charged | Payment authorized |
closed | charged | Payment captured and closed |
open | charging | Payment open |
expired | rejected | Payment expired |