CT

CodeTools

Home/Tools/Payment API Debugger
Tools

Payment API Debugger

Complete payment API debugging workflow. Construct, sign, send, and inspect requests. Supports Alipay, WeChat Pay, and Stripe.

cURL Command
curl -X POST "https://openapi.alipay.com/gateway.do" \
  -H "Authorization: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{\n  "out_trade_no": "ORDER-1781710879155",\n  "total_amount": "0.01",\n  "subject": "Test Order",\n  "currency": "CNY"\n}'

Payment API Debugger - CodeTools Toolbox - Free online developer tools.