This PHP script automates the process of testing credit card payments using the Stripe API. It generates random user information, creates a token using the Stripe API, and attempts to make a donation on a specified website using the obtained token.
- Parses credit card details from a given input.
- Utilizes the Stripe API to generate tokens.
- Tests the generated tokens on a donation page.
- Handles different responses and displays the result.
- PHP installed on your server.
- A web server (e.g., Apache or Nginx).
- cURL extension enabled.
- Clone the repository to your local machine or server.
- Set up your web server to execute PHP scripts.
- Access the script using a web browser or through the command line.
- Provide credit card details as query parameters (e.g.,
?lista=credit_card_details
).
This script is for educational purposes only. Use it responsibly and in compliance with Stripe's terms of service.
- Contact: [@kaushallaya]
- Stripe
- PHP
- Automation
- Credit Card Testing
- Security
- Educational