💳
Stripe Checkout Connect - Bubble Plugin by Thimo
  • Get started
    • Introduction
    • Plugin setup
  • Connecting Stripe Accounts
    • Onboarding a user (connecting Stripe account)
    • Retrieve account information
    • How to retrieve Pending and Available balances
  • Single marketplace payments
    • Creating single marketplace payments
    • How to retrieve Checkout Session details?
    • Refund a payment (Single Payment)
    • How to retrieve payment details?
  • Marketplace subscriptions
    • Creating subscription marketplace payments
    • Refund a payment (Subscription Payment)
    • How to list invoices for a subscription?
    • How to cancel a subscription?
    • How to retrieve subscription details?
    • How to handle failed subscription payments?
  • For Express accounts
    • How to change a Payout Schedule for an account? (for Express accounts)
    • How to redirect user to the Express Dashboard? (for Express accounts)
    • How to perform a manual payout? (For Express accounts)
Powered by GitBook
On this page
  1. Marketplace subscriptions

Refund a payment (Subscription Payment)

This section goes over the 'Stripe - Refund Charge' workflow action for Subscription Payments.

PreviousCreating subscription marketplace paymentsNextHow to list invoices for a subscription?

Last updated 3 years ago

Instruction

To refund a charge you will need the charge ID and the Account ID for the connected account. You can retrieve the charge ID by performing the 'Stripe - List Invoices For A Subscription' data call (more about that ). Next we will perform the 'Stripe - Refund Charge' workflow action to make a full or partly refund.

Note: as a subscription can has multiple charges (multiple payments for 1 subscription by a customer) make sure to select the right charge. You can for example display the charges in a repeating group to have a better picture (for simplicity in the image below we use the first charge of the list).

here