stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostApplicationFeesIdRefunds

Description

Contains the different functions to run the operation postApplicationFeesIdRefunds

Synopsis

Documentation

postApplicationFeesIdRefunds Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Text

id | Constraints: Maximum length of 5000

-> Maybe PostApplicationFeesIdRefundsRequestBody

The request body to send

-> m (Either HttpException (Response PostApplicationFeesIdRefundsResponse))

Monad containing 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 data type for the schema postApplicationFeesIdRefundsRequestBody

Constructors

PostApplicationFeesIdRefundsRequestBody 

Fields

data PostApplicationFeesIdRefundsRequestBodyMetadata' Source #

Defines the data type for the schema postApplicationFeesIdRefundsRequestBodyMetadata'

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.

Instances
Eq PostApplicationFeesIdRefundsRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesIdRefunds

Show PostApplicationFeesIdRefundsRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesIdRefunds

ToJSON PostApplicationFeesIdRefundsRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesIdRefunds

FromJSON PostApplicationFeesIdRefundsRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostApplicationFeesIdRefunds