💳
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. Single marketplace payments

Refund a payment (Single Payment)

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

PreviousHow to retrieve Checkout Session details?NextHow to retrieve payment details?

Last updated 1 year 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 - GET Payment Intent Details' data call (more about that ). Next we will perform the 'Stripe - Refund Charge' workflow action to make a full or partly refund.

here