Introduction

Meet KOMOJU, your gateway to the world of global, cross-border payments and customers all around the world. Trusted by
everybody from large e-commerce giants through to growing online stores.


Supported Countries

  • Japan 🇯🇵

Available Payment Methods

Komoju PG currently only supports JPY(¥) currency.

Payment TypePayment Method KeyIntegration StatusRefund SupportedSandbox Availability
Credit/Debit CardKOMOJU_CREDIT_CARD
Bank transferKOMOJU_BANK_TRANSFER
PayEasyKOMOJU_PAY_EASY
Konbini Seven-ElevenKOMOJU_KONBINI_711
Konbini LawsonKOMOJU_KONBINI_LAWSON
Konbini FamilyMartKOMOJU_KONBINI_FAMILY_MART
Konbini MiniStopKOMOJU_KONBINI_MINISTOP
Konbini Daily YamazakiKOMOJU_KONBINI_DAILY_YAMAZAKI
Konbini SeicomartKOMOJU_KONBINI_SEICOMART
WebMoney prepaidKOMOJU_WEB_MONEY
MerPay walletKOMOJU_MERPAY
LinePay walletKOMOJU_LINEPAY
PayPayKOMOJU_PAYPAY
Alipay walletKOMOJU_ALIPAY
Rakuten Pay walletKOMOJU_RAKUTEN_PAY
Au Pay walletKOMOJU_AU_PAY
PaidyKOMOJU_PAIDY

Miscellaneous Details

  • Webhook Settings: Needs to be configured on the Komoju Dashboard

    • Copy the webhook URL from the Komoju page in the PortOne dashboard
    • Goto the Komoju dashboard, click on Manage menu from left and then select Webhooks section to add a new webhook.
    • Paste the webhook URL from Step 1 and set the Komoju Secret Key as the webhook secret key
    • Enable the below events for webhooks from the Komoju Dashboard
      • payment.captured
      • payment.expired
      • payment.cancelled
      • payment.refunded
      • payment.failed
  • Email is required for the below methods

    • Konbini
    • Credit/Debit Card
  • Name and Surname are required for the below methods

    • PayEasy
    • Bank Transfer
    • Paidy
    • Credit/Debit Card
  • Phone is required for the Bank Transfer method

  • WebMoney prepaid card method is currently not available in sandbox and via Checkout

  • Billing or Shipping address is required for below methods

    • Paidy
  • We also send additional_payment_details field in webhooks and query API in case of Konbini, PayEasy or Bank transfer methods

    • Konbini methods

      "additional_payment_details": {
          "confirmation_code": "c9oc7",
          "email": "[email protected]",
          "instructions_url": "https://komoju.com/en/instructions/dl3oshvcayxlvu6tj8ygi30sc",
          "receipt": "zaixaa0qlh",
          "store": "family-mart",
          "type": "konbini",
          "wellnet_wallet_url": "https://cs.wellnet.jp/payment/mobile-app?payment-number=zaixaa0qlh&confirm-number=c9oc7"
        }
      
    • PayEasy

      "additional_payment_details": {
          "bank_id": "z85k7",
          "confirmation_id": "m8ww9605vq",
          "customer_id": "6ygcxj3yhf",
          "email": "[email protected]",
          "instructions_url": "https://komoju.com/en/instructions/4548ldmw0wnlodu0ruska0q5h",
          "payment_url": "https://example.com",
          "type": "pay_easy"
        }
      
    • Bank Transfer

      "additional_payment_details": {
          "account_branch_name": "TEST BRANCH",
          "account_name": "株式会社DEGICA(カブシキガイシャ デジカ)",
          "account_number": "TEST BANK",
          "account_type": "普通預金",
          "bank_name": "三井住友銀行",
          "email": "[email protected]",
          "instructions_url": "https://komoju.com/en/instructions/2qx8qlvso318k122whkccuek7",
          "order_id": "Y5368854536",
          "payment_deadline": "2024-10-24T23:59:59.999+09:00",
          "type": "bank_transfer"
        }
      

Sandbox

Credentials

KeyValue
Public Keypk_test_cp6dtxwa6ar9q7tyea5yrhvd
Secret Keysk_test_bb1mpwsgqkfhqqook7nugayn

Komoju Dashboard


Test cards data

Test Cards


Use following values in embedded JS code to pay via Komoju channel

    "pmt_channel": "KOMOJU",
    "pmt_method": { Any of above given payment method keys },

Reference links