| [ Web Proxy ] |
| Viewing: https://docs.stripe.com/payments/satispay | [Back] [Original] |
Satispay is a stored value wallet payment method available to merchants on Stripe. When customers select Satispay as their payment method, Stripe redirects them to Satispays website to finish the transaction. Youre paid immediately.
Below is a demonstration of the Satispay payment flow from your checkout page:
You dont have to integrate Satispay and other payment methods individually. If you use our front-end products, Stripe automatically determines the most relevant payment methods to display. Go to the Stripe Dashboard and enable Satispay. To get started with one of our hosted UIs, follow a quickstart:
The following Stripe products also let you add Satispay from the Dashboard:
If your integration requires manually listing payment methods, learn how to configure Satispay.
In addition to the categories of goods or services sold and businesses restricted from using Stripe overall, the following categories are prohibited from using Satispay:
Satispay has a claims process that allows transaction disputes. Customers can open disputes for cases of suspected fraud, double payments, or a difference between an order and a transaction amount. Customers can initiate a dispute within 120 calendar days of the transaction.
After the customer initiates a dispute, Stripe notifies you using:
charge.dispute.created event (if your integration is set up to receive webhooks)Stripe holds back the disputed amount from your balance until Satispay resolves the dispute.
We request that you upload compelling evidence proving that you fulfilled the purchase order using the Stripe Dashboard. This evidence can include the:
To handle disputes programmatically, respond to disputes using the API.
This information helps Satispay determine whether a dispute is valid. Make sure the evidence you provide contains as much detail as possible from what the customer provided at checkout. You must submit the requested information within 15 calendar days. If Satispay resolves the dispute with you winning, we return the disputed amount to your Stripe balance. If Satispay rules in favor of the customer, the disputed amount stays with the customer.
Satispay supports full and partial refunds.
Stripe notifies you of the final refund status using the refund.updated or refund.failed webhook event. When a refund succeeds, the Refund objects status transitions to succeeded. If a refund fails (the Refund objects status transitions to failed), then we return the amount to your Stripe balance, and you must arrange an alternative way of providing your customer with a refund.
If you use Connect, you must consider the following before you enable and use Satispay.
Set the satispay_payments capability to active on your platform account, and on any connected accounts you want to enable Satispay for. You can also request more account capabilities.
The charge type of Connect payments might change the default statement descriptor and the merchant name that appears on the customers banking application and confirmation emails.
| Charge type | Descriptor taken from |
|---|---|
| Direct | Connected account |
| Destination | Platform |
| Separate charge and transfer | Platform |
Destination (with on_behalf_of) | Connected account |
Separate charge and transfer (with on_behalf_of) | Connected account |
To check or update your statement descriptor, go to your account settings. For Connect integrations, see setting statement descriptors with Connect.
You can create Satispay payments in the currencies that map to your country. The default local currency for Satispay is eur.
| Currency | Countries |
|---|---|
| eur | Austria, Australia, Belgium, Bulgaria, Canada, Switzerland, Cyprus, Czech Republic, Germany, Denmark, Estonia, Spain, Finland, France, United Kingdom, Greece, Croatia, Hungary, Ireland, Italy, Liechtenstein, Lithuania, Luxembourg, Latvia, Malta, Netherlands, Norway, Poland, Portugal, Romania, Sweden, Singapore, Slovenia, Slovakia, United States |
| Web Proxy Viewer | New URL | Original Page |