All Collections
Transactions
How transactions happen
How to cancel a transaction and issue a refund
How to cancel a transaction and issue a refund

Learn how to cancel a transactions and issue a refund to customers

Yifan Dong avatar
Written by Yifan Dong
Updated over a week ago

If something goes wrong in a transaction, users have the option to either raise a dispute or reach out to the marketplace administrator to request a cancellation and a refund. By default, only marketplace operators can cancel a transaction and initiate a refund.

A refund can only be done before a transaction has been marked as completed. Once a transaction has been marked as completed, the money can only be refunded from the admin's own Stripe balance and not the seller's balance.

How to cancel a transaction and issue a refund with Stripe

The procedure for canceling a transaction and issuing a refund, including handling the marketplace commission, varies based on the transaction setting used in the transaction in question:

Calendar booking

After a booking request is accepted by the provider, marketplace operators can cancel the transaction in Console → manage transaction sections → open the transaction → click on Cancel under "Next possible transitions".

Cancel calendar booking transaction

Doing this will result in the cancellation of the transaction and initiate a refund through Stripe, returning the original payment amount to the payer.

The transaction can only be canceled before it's marked as complete. Transactions using the "Calendar booking" process will automatically be marked complete 2 days after the end of the booking period.

Purchase

After a transaction is marked as "Shipped" by a provider, either the customer or marketplace operator can initiate a dispute within 14 days of the transaction date.

After a dispute is initiated by either the marketplace operator or customer, the marketplace operator can cancel the transaction in Console → manage transaction sections → open the transaction → click on Cancel from disputed under "Next possible transitions".

Cancel from disputed

Doing this will result in the cancellation of the transaction and initiate a refund through Stripe, returning the original payment amount to the payer.

If "Marked received from disputed" is clicked instead, it will trigger a payout to the provider.

The transaction can only be canceled before it's marked as complete. Transactions using the "Purchase" process will automatically be marked complete 14 days after the provider marks the transaction as "Shipped"

IMPORTANT: We strongly advise canceling transactions via Console, instead of manually issuing refunds via the Stripe dashboard. Manually processing refunds in Stripe disrupts the transaction state synchronization with Sharetribe, as refund data is communicated from Sharetribe to Stripe but not vice versa.

Are partial refunds supported?

Sharetribe does not support issuing partial refunds out of the box, but it can be implemented with code customization by modifying the transaction process.

In practice, the Stripe Dashboard allows issuing partial refunds. However, issuing a partial refund through the Stripe dashboard will lead to state discrepancies, as the transaction remains unchanged in Sharetribe's system, unaware of the refunded state.


Consequently, even if a refund is processed via the Stripe Dashboard, from Sharetribe's standpoint, the transaction is not recognized as refunded. This discrepancy can cause issues with payouts for transactions that have been partially or fully refunded and might also affect future transactions (refer to this doc for a specific example). In situations where the refund is partial, a portion of the funds will continue to reside in the provider's Connect account balance. These funds will either need to be manually disbursed or will be automatically released by Stripe once the maximum duration for holding funds is reached.

Is the Stripe payment processing fee refunded?

No. While refunding a payment incurs no additional fees, the initial fees charged for processing the payment are not reimbursed (you can learn more about Stripe fees here).

Did this answer your question?