Developer Preview

SDK Playground

Test our end-to-end payment flow using your Test credentials.

JS BROWSER SDK
v1.0.4

Popup Integration

Launch the Test checkout popup.

INITIALIZATION
import { PayX } from 'payx-js';

const payx = PayX.setup({
  key: 'YOUR_PUBLIC_KEY',
  amount: 1.00,
  email: 'test@example.com',
  onSuccess: (data) => console.log(data)
});

payx.open();
NODE.JS SDK
v1.0.4

Direct Charge API

Test server-to-server Test payments.

API RESPONSE

Response will appear here after request...

This playground uses your account's Test API keys. No real money is charged.