HJB 11/26/2023 | |
https://stripe.com/docs/api?lang=php https://github.com/stripe/stripe-php Manual Installation If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php file. require_once '/path/to/stripe-php/init.php'; https://github.com/stripe/stripe-php/releases unquote 1st, once the term API is becoming a theme, you need to look whether or not ready-made PHP scripts are available. Next, |
abidcastaneda author 3/12/2024 | |
Thanks for your reply, The information you just posted is the information related as to how to call stripe payments api from any php application, but I want to use the API feature that already comes with PHPRunner. So I would need to know what kind of authoritzation method should I use (first) and then, what info goes where. I already have a stripe payments api key and have used it in other non - phprunner projects, but I really want to use it with the phprunner built in API feature.
|
HJB 3/13/2024 | |
https://xlinesoft.com/livedemo/shopcart/client/login.php?return=true Login as ADMIN into SHOPPING CART Live demo and drill down to: https://xlinesoft.com/phprunner/docs/about-rest-api.htm Is showing the available REST API commands to pull data from a remote database |
abidcastaneda author 3/19/2024 | |
Thank you, ai will try it. |