@murai-wallet/gateway-xendit
v1.0.3
Published
Xendit Checkout payment gateway adapter for murai
Maintainers
Readme
@murai-wallet/gateway-xendit
Xendit Checkout payment gateway adapter for Murai.
Supports OVO, DANA, ShopeePay, QRIS, and virtual accounts via Xendit Checkout.
Install
npm install @murai-wallet/gateway-xendit @murai-wallet/coreUsage
import { createXenditGateway } from '@murai-wallet/gateway-xendit';
const gateway = createXenditGateway({
secretKey: process.env.XENDIT_SECRET_KEY,
callbackToken: process.env.XENDIT_CALLBACK_TOKEN,
});
// Use with createCheckoutManager from @murai-wallet/coreFeatures
- Xendit Checkout integration
- Timing-safe callback token verification
- Payment status polling via Xendit API
- Invoice-based payment flow
Documentation
Full docs: ebuntario.github.io/murai
