Nhảy tới nội dung

Komoju Integration

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
LinePay 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 Komoju page in PortOne dashboard
    • Goto the Komoju dashboard, click on Manage menu from left and then select Webhooks section to add 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 Komoju Dashboard
      • payment.captured
      • payment.expired
      • payment.cancelled
      • payment.refunded
      • payment.failed
  • Email is required for below methods
    • Konibini
    • Credit/Debit Card
  • Name and Surname is required for below methods
    • PayEasy
    • Bank Transfer
    • Paidy
    • Credit/Debit Card
  • Phone is required for Bank Transfer method
  • WebMoney prepaid card method is currently not available in sandbox and via Checkout

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#