Live demo

Take a crypto payment right now

This is a real PayKrypt payment on a real merchant account in test mode. Nothing here is a mock-up: the payment intent, the settlement pipeline and the webhooks on the right are the same ones your integration will use. No signup, no crypto, no real funds.

$25.00 USD

A demo payment intent, valid for 15 minutes.

What this proves

  • A real payment intent, created through the same POST /v1/payment-intents your server calls.
  • The real hosted checkout, the same page your customers land on.
  • The real settlement pipeline: the same consumer, the same ledger postings and the same status transitions as a live payment.
  • A real webhook, signed with the documented scheme, delivered over HTTP and verified by the receiving endpoint.
  • No real funds at any point. A test-mode merchant is structurally incapable of moving them.

Do this in your own account

Every PayKrypt account has test mode with its own API key, waiting from the moment you sign up. The same scenarios above are one HTTP call each, so each of them can be a test in your CI suite rather than something you hope you handled. Read the test mode guide