Skip to content

Simple Xamarin Froms checkout app with Stripe PaymentIntent support

Notifications You must be signed in to change notification settings

duckpage/stripe-card-payment-xamarin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Stripe PaymentIntent with 3D Secure in Xamarin Forms

Build a simple Xamarin Froms checkout app to collect card details. Included are some basic build and run scripts you can use to start up the application.

Running the sample

  1. Run the server

    For Python

    pip install stripe flask
    
    export FLASK_APP=server/python/server.py
    python3 -m flask run --port=4242
    
    

    For GO

    go get github.com/stripe/stripe-go
    
    go run server/go/server.go
    
  2. Open project client/XamStripe.sln in Visual Studio and run it.

About

Simple Xamarin Froms checkout app with Stripe PaymentIntent support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published