You might need to cancel an in-flight payment. For example, if a customer adds items to their purchase after your integration has already initiated payment collection on the reader. Use the cancel_action endpoint to reset the reader.
Functions
Stripe: Process a Payment Intent
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.
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.