PayDirect Playground

h402 Examples
Test different h402 protocol implementations
Response
View the API response and payment requirements
{
  "title": "Basic Payment",
  "description": "Simple payment request with a single token",
  "endpoint": "/api/payments",
  "method": "POST",
  "body": {
    "amount": "0.01",
    "currency": "USDT",
    "description": "Basic payment example"
  }
}