1
00:00:02,200 --> 00:00:04,300
In the previous course section,

2
00:00:04,300 --> 00:00:08,960
we worked on this big milestone project, our online shop.

3
00:00:08,960 --> 00:00:10,500
In this course section,

4
00:00:10,500 --> 00:00:13,420
we're going to enhance it by adding payments,

5
00:00:13,420 --> 00:00:17,180
by processing credit card payments to be precise.

6
00:00:17,180 --> 00:00:21,290
And for implementing this logic and this feature,

7
00:00:21,290 --> 00:00:24,080
we will tap into a brand new concept

8
00:00:24,080 --> 00:00:27,400
which we haven't really discussed too much thus far

9
00:00:27,400 --> 00:00:32,330
and that would be the concept of using services or APIs,

10
00:00:32,330 --> 00:00:37,330
specifically third-party services or APIs in your projects.

11
00:00:37,590 --> 00:00:41,400
You'll see it at the example of a service called Stripe

12
00:00:41,400 --> 00:00:42,970
in this course section,

13
00:00:42,970 --> 00:00:46,300
which is a service that allows us to add payments.

14
00:00:46,300 --> 00:00:48,660
But for this course module,

15
00:00:48,660 --> 00:00:51,890
we are going to discuss services and APIs

16
00:00:51,890 --> 00:00:56,460
and what that exactly is in detail in a more general way,

17
00:00:56,460 --> 00:00:59,340
so also outside of using payments,

18
00:00:59,340 --> 00:01:03,430
so that you will understand what services and APIs are.

19
00:01:03,430 --> 00:01:07,820
I am then going to introduce you to the Stripe service,

20
00:01:07,820 --> 00:01:11,140
and I'll explain to you how it can help us handle payments

21
00:01:11,140 --> 00:01:12,820
in our websites.

22
00:01:12,820 --> 00:01:16,860
And then we're going to implement Stripe in our project

23
00:01:16,860 --> 00:01:20,600
to add payments to this website which we've been working on,

24
00:01:20,600 --> 00:01:24,280
and we'll see how that works, some potential pitfalls,

25
00:01:24,280 --> 00:01:25,490
and how we can,

26
00:01:25,490 --> 00:01:27,700
therefore then at the end of this course section,

27
00:01:27,700 --> 00:01:31,903
have a real online shop where we can handle real payments.

