Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ecommerce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
ecommerce
Commits
9cd28b1d
Commit
9cd28b1d
authored
Nov 07, 2017
by
Clinton Blackburn
Committed by
Clinton Blackburn
Nov 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added reference to Pay with Google to Stripe docs
parent
022973c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
docs/additional_features/payment_processors.rst
+7
-6
No files found.
docs/additional_features/payment_processors.rst
View file @
9cd28b1d
...
...
@@ -238,15 +238,16 @@ Settings
Stripe
******
The Stripe integration supports payments via credit cards, Apple Pay,
and the `Payment Request API`_ which is a W3C
browser standard that provides Apple Pay-like behavior across different browsers. Both payment methods take advantage of
t
okenization. Sensitive data--credit card number, card expiration date, CVC--never touches your servers. Instead this
information is relayed directly to Stripe in exchange for a token. This token is sent to the E-Commerce Service and used
to make a final call to Stripe, charging the learner and completing the checkout process. For additional details
regarding Stripe payments, check out the `Stripe quickstart guide`_.
The Stripe integration supports payments via credit cards, Apple Pay,
`Pay with Google`_, and the `Payment Request API`_
which is a W3C browser standard that provides Apple Pay-like behavior across different browsers. Both payment methods
t
ake advantage of tokenization. Sensitive data--credit card number, card expiration date, CVC--never touches your
servers. Instead this information is relayed directly to Stripe in exchange for a token. This token is sent to the
E-Commerce Service and used to make a final call to Stripe, charging the learner and completing the checkout process.
For additional details
regarding Stripe payments, check out the `Stripe quickstart guide`_.
If you wish to use Apple Pay, you must use SSL and verify your domain on your `Stripe Dashboard`_.
.. _Pay with Google: https://stripe.com/docs/pay-with-google
.. _Payment Request API: https://stripe.com/docs/payment-request-api
.. _Stripe quickstart guide: https://stripe.com/docs/quickstart
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment