GitXplorerGitXplorer
s

card-payment-charges-api

public
12 stars
20 forks
1 issues

Commits

List of commits on branch master.
Unverified
8ec55fdf8cc2feac1772cacebaf0c5f1c119284f

Updated README

aadreyfus-stripe committed 5 years ago
Unverified
e6d5b9f7ed4e393e44b7506b530b6470f2d5fc98

Add issue template.

tthorsten-stripe committed 5 years ago
Unverified
0284c2ae6c2fca23bd614317e0f558f3eb9bea34

Updated comments

aadreyfus-stripe committed 5 years ago
Unverified
9b7cf917e17a43517f0f63269f3bd50ae09e5892

Updated README

aadreyfus-stripe committed 5 years ago
Unverified
5b7f9867a327fb2131ad3f305c39f0668aa78cda

Quick README change

aadreyfus-stripe committed 5 years ago
Verified
77df615472d89448fc5f597e7f95e81fb16b4bab

Merge pull request #4 from stripe-samples/renamed-to-publishable-key

aadreyfus-stripe committed 5 years ago

README

The README file for this repository.

Collecting a card payment with the Charges API

This sample is out of date, please see our Accept a Card Payment to learn how to build the same type of integration on the Payment Intents API.

The Charges API is an earlier Stripe payments API that does not handle bank requests for authentication (e.g. 3D Secure) that are becoming increasingly common online, especially in regions like Europe and India. The Payment Intents API helps you manage these more complex card flows in a future-proof, scalable integration that will work with other payment methods.