Welcome Guest, Not a member yet? Register   Sign In
integrate stripe API
#4

(This post was last modified: 04-07-2020, 10:01 AM by jreklund.)

The library itself are using cURL, you don't need to use CodeIgniter's own CURLRequest class. You can however do that if you like, but that means you need to implement everything they have already done.

You don't need to create a library, but if you are going to use it in multiple Controllers, you should do it. Every time you come across a function or group of functions you are using multiple times, move them to a library.

https://stripe.com/docs/development
Reply


Messages In This Thread
integrate stripe API - by pws - 04-07-2020, 06:13 AM
RE: integrate stripe API - by jreklund - 04-07-2020, 09:36 AM
RE: integrate stripe API - by pws - 04-07-2020, 09:44 AM
RE: integrate stripe API - by jreklund - 04-07-2020, 10:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB