NexouPay - Logo

ISO 27001 & PCI-DSS
Enterprise Payment Dashboard Experience
200 SUCCESS

"status": "SETTLED",

"disbursement": "REALTIME",

"latency": "118ms"

POST /v1/charges
curl -X POST https://api.nexoupay.com/v1/charges \
  -u "nx_secret_key_xxxx:" \
  -H "Content-Type: application/json" \
  -d '{
    "reference_id": "INV-2026-001",
    "amount": 250000,
    "payment_method": "QRIS"
  }'
const NexouPay = require('nexoupay-node');
const client = new NexouPay({ apiKey: 'nx_secret_key_xxxx' });

const charge = await client.charges.create({
  referenceId: 'INV-2026-001',
  amount: 250000,
  paymentMethod: 'QRIS'
});
use NexouPay\Laravel\Facades\NexouPay;

$charge = NexouPay::charges()->create([
    'reference_id' => 'INV-2026-001',
    'amount'       => 250000,
    'payment_method'=> 'VA_BCA'
]);

NEXOUPAY Enterprise Sales Advisory

24/7 Dedicated Account Manager

Dukungan teknis & integrasi khusus enterprise

*Please use a work/company email