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

Hello,
I start developping website and i need to integrate Stripe API..
How i can do this?
please expalin me by steps.. thanks
Reply
#2

You need to read their docs, it's all there.
https://stripe.com/docs/api
Reply
#3

(04-07-2020, 09:36 AM)jreklund Wrote: You need to read their docs, it's all there.
https://stripe.com/docs/api

yes and i have the php script but my problem i don't know how i integrate it on my website to can work correctly!
i must create library file? if yes how? so this library use API curl functions!
Reply
#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




Theme © iAndrew 2016 - Forum software by © MyBB