Skip to main content

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#