Install

openclaw skills install @jpengcheng523-netizen/jpeng-payment-processor

Payment Processor

Process payments

When to Use

  • User needs payment related functionality
  • Automating process tasks
  • Ecommerce operations

Usage

bash
python3 scripts/payment_processor.py --input <input> --output <output>

Configuration

Set required environment variables:

bash
export PROCESS_API_KEY="your-api-key"

Output

Returns JSON with results:

json
{
  "success": true,
  "data": {}
}