stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostApplicationFeesIdRefunds

Description

Contains the different functions to run the operation postApplicationFeesIdRefunds

Synopsis

Documentation

postApplicationFeesIdRefunds Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

id | Constraints: Maximum length of 5000

-> Maybe PostApplicationFeesIdRefundsRequestBody

The request body to send

-> ClientT m (Response PostApplicationFeesIdRefundsResponse)

Monadic computation which returns the result of the operation

POST /v1/application_fees/{id}/refunds

<p>Refunds an application fee that has previously been collected but not yet refunded. Funds will be refunded to the Stripe account from which the fee was originally collected.</p>

<p>You can optionally refund only part of an application fee. You can do so multiple times, until the entire fee has been refunded.</p>

<p>Once entirely refunded, an application fee can’t be refunded again. This method will raise an error when called on an already-refunded application fee, or when trying to refund more money than is left on an application fee.</p>

data PostApplicationFeesIdRefundsRequestBody Source #

Defines the object schema located at paths./v1/application_fees/{id}/refunds.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostApplicationFeesIdRefundsRequestBody 

Fields