1 About This Recipe

Use this recipe to post notification messages in Slack when a Stripe charge is successful.

Note:

This recipe is available as Stripe — Slack | Post Notifications for Charges in Oracle Integration. Oracle provides this recipe as a sample only. The recipe is meant only for guidance, and is not warranted to be error-free. No support is provided for this recipe.

Overview

This recipe posts a notification message to a specified Slack channel when a Stripe charge is successful. The Slack notification message contains details of the payment such as amount, currency, customer name, product description, card type, and the last four digits of the card number. The notification message is in the following format: “A Payment of amount currency has been charged successfully for customer name’s order of item product description using a card type payment method ending with card’s last digit.”

To use the recipe, you must install the recipe and configure connections and other resources within the recipe. Subsequently, you can activate and run the integration flow of the recipe. When triggered the integration retrieves the payment details from Stripe, and posts notification messages in the specified Slack channel.

System and Access Requirements

  • Oracle Integration, Version 23.2.0.0.0 or higher

  • Stripe

  • An account on Stripe with the Administrator role

  • Slack

  • An account on Slack with the Administrator role