
PPE Test charging
Pricing
Pay per event
Go to Store

PPE Test charging
This is an Actor for testing PPE charging. Charge any amount of events via the input. Thanks for your money.
5.0 (2)
Pricing
Pay per event
4
Total users
14
Monthly users
9
Runs succeeded
>99%
Last modified
11 days ago
You can access the PPE Test charging programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "eventsToCharge": [< {< "eventName": "expensive",< "count": 1< },< {< "eventName": "cheap",< "count": 5< }< ]<}' |<apify call jkuzz/ppe-test-charging --silent --output-dataset
PPE Test charging API through CLI
The Apify CLI is the official tool that allows you to use PPE Test charging locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: