stripe-connector
Reactive icon

Stripe Connector

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 30 June 2022
 by 
Stripe Integration Team
4.0
 (2 ratings)
stripe-connector

Stripe Connector

Details
Stripe is a technology company that provides companies the software to accept payments, send payouts and manage their businesses online. On this connector we provide a block and actions that will allow you to make payments, create and get customer details, and request for a refund on submitted charges.
Read more

How does this work?

  1. We've created a block that automatically generates a payment intent on the Stripe platform and load the payment confirmation frame where you can select the payment method and the payment details on the OutSystems side;
  2. To confirm the payment you have the PayIntent Client action that calls the executePayment action from the Stripe JS Library. This action should be called to confirm the payment and send the details from the block to the Stripe platform.

We are also providing actions to:

  • CreateCustomer;
  • SearchCustomer - using the email address;
  • ListCharges - that will return a list of charges you’ve previously created. The charges are returned in sorted order, with the most recent charges appearing first;
  • CreateRefund - Creates a new refund for a specific charge. Creating a new refund will refund a charge that has previously been created but not yet refunded. Funds will be refunded to the credit or debit card that was originally charged;
  • PaymentConfirmation_Callback - returns the confirmation message and error.


This connector is using the Stripe API and the Stripe.js v3.


Release notes (1.0.0)
Reviews (1)
by 
2024-06-04
in version 1.0.0
When the block is loaded it will initially fail with "Stripe is not defined" error, you have load again the page for the payment block to appear correctly... disappointing 
Team
Other assets in this category