Skip to content

RAKUFUN SDKv2.0

Lightweight International Purchasing Service JavaScript SDK

RAKUFUN SDK

Quick Example

javascript
// Complete purchase flow in one line of code
await rakufun.quickBuy({
  title: "iPhone 15 Pro Max",
  price: "189800",
  currency: "JPY"
});

Installation

bash
# Include via CDN
<script src="https://sdk.rakufun.com/rakufun-universal.min.js"></script>

Contact

📧 Email: [email protected]


Making it easier for global users to purchase Japanese products 🌍✨

Released under the MIT License