Stripe API Demo - Collecting payments with Terminal APIs
Number of APIs: 11
This Qodex Collection demonstrates how to collect in-person payments with Stripe Terminal. The livestream was recorded on March 24th, 2022.
You can rewatch the stream on Youtube and follow along, although at the time of recording, this integration required reaching out to stripe-terminal-betas@stripe.com to gain access to the API.
-
Configure a Reader - Configure Reader settings POST {{baseUrl}}/terminal/reader_settings
-
Configure a Reader - Create a Configurations object POST {{baseUrl}}/terminal/configurations
-
Configure a Reader - Apply the Configuration to the Account POST {{baseUrl}}/terminal/configurations/{{readerConfigurationsId}}
-
Collect Payments with Reader - Create a Payment POST {{baseUrl}}/payment_intents
-
Collect Payments with Reader - Set Reader Display POST {{baseUrl}}/terminal/readers/{{readerId}}/set_reader_display
-
Collect Payments with Reader - Collect the Payment (prompt reader) POST {{baseUrl}}/terminal/readers/{{readerId}}/process_payment_intent
-
Collect Payments with Reader - (Optional) Simulate Payment POST {{baseUrl}}/test_helpers/terminal/readers/{{readerId}}/present_payment_method
-
Collect Payments with Reader - Capture a Payment POST {{baseUrl}}/payment_intents/{{paymentIntentId}}/capture
-
Create a Reader - Create a Location POST {{baseUrl}}/terminal/locations
-
Create a Reader - List Readers GET {{baseUrl}}/terminal/readers