1
00:00:02,050 --> 00:00:04,550
So that's it for this course section.

2
00:00:04,550 --> 00:00:08,230
This is how we can use a third-party service

3
00:00:08,230 --> 00:00:13,230
and its API Stripe, here in this project to make payments.

4
00:00:13,690 --> 00:00:16,600
You learned what a service or API is

5
00:00:16,600 --> 00:00:19,460
and that I use these terms interchangeably here,

6
00:00:19,460 --> 00:00:21,730
though they're technically not the same.

7
00:00:21,730 --> 00:00:25,060
Axis also has an API, even though it's not a service.

8
00:00:25,060 --> 00:00:27,630
Stripe is a service with a lot of products,

9
00:00:27,630 --> 00:00:30,210
which has a lot of different APIs for interacting

10
00:00:30,210 --> 00:00:31,810
with these products.

11
00:00:31,810 --> 00:00:35,220
But the most important takeaway is that those services

12
00:00:35,220 --> 00:00:39,960
and APIs allow you to integrate features into your website,

13
00:00:39,960 --> 00:00:42,300
which you couldn't really build on your own,

14
00:00:42,300 --> 00:00:44,910
at least not in a simple way.

15
00:00:44,910 --> 00:00:48,570
Here we added payments with a couple of lines of code

16
00:00:48,570 --> 00:00:50,690
it's really not too difficult.

17
00:00:50,690 --> 00:00:54,380
And all the heavy lifting is done by Stripe.

18
00:00:54,380 --> 00:00:58,232
We just sent the right data to Stripe through its API

19
00:00:58,232 --> 00:01:00,030
and that's it.

20
00:01:00,030 --> 00:01:02,210
And this is this online shop finished,

21
00:01:02,210 --> 00:01:06,310
and this is how we can use third party services and APIs.

22
00:01:06,310 --> 00:01:09,290
Later in the course, we will also have a look at how we can

23
00:01:09,290 --> 00:01:11,930
build our own services and APIs.

