After you create a PaymentIntent, the next step is to process the payment. The reader prompts the customer to insert or tap their card and then authorizes the payment.
To collect payment, make a request to Stripe with the ID of the PaymentIntent you created and the reader you want to use for the transaction.
Functions
Stripe: Create a Payment Intent
The first step in collecting payments is to start the payment flow. When a customer begins checking out, your backend must create a PaymentIntent object that represents a new payment session on Stripe. With the server-driven integration, you create the PaymentIntent server-side.
BrilliantPortal: Refund Transaction
Refund a captured transaction. Only available with the Braintree gateway.
BrilliantFlows: Send Message
Send a message to a BrilliantFlows webhook.
BrilliantNotifications: Display Notification
Display a temporary Bootstrap style alert message and optionally copy text to clipboard.