Skip to main content

Paidy

Quick Start
  1. Sign up at paidy.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Paidy →

Overview

Paidy — Japan's leading BNPL provider (~6M users). PayPal-owned since 2021. Supports deferred payment, 3-pay, and 6-pay. FSA registered.

Provider IDpaidy
CategoryBuy Now, Pay Later
Websitepaidy.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

ParameterDescription
secret_keySecret Key
base_urlBase URL API

Example Configuration

{
"provider": "paidy",
"provider_params": {
"secret_key": "your_secret_key_here",
"base_url": "https://api.paidy.com"
}
}

Status Mapping

Provider Status4pay StatusDescription
authorizedchargedPayment authorized
closedchargedPayment captured and closed
openchargingPayment open
expiredrejectedPayment expired

Resources