Skip to main content
Topic: PHPRAD AND API (Read 2784 times) previous topic - next topic

PHPRAD AND API

hello I woud like to consume some external APIs with my app is there an easy way to do this
eg payement api like stripe
Regards

Re: PHPRAD AND API

Reply #1
I don't see there is any direct method of doing so in PHPRad; you will need to implement this code on your own. However, you may use the Controllers created by PHPRad to implement your code.

Please describe your application and where exactly you want to implement the Payment Gateway or any other third party service; this will help me to assist you better.