Test our end-to-end payment flow using your Test credentials.
Launch the Test checkout popup.
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();Test server-to-server Test payments.
Response will appear here after request...
This playground uses your account's Test API keys. No real money is charged.
Need developer integration help? Contact our API team at api@payx.company