v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-295891,4407.6 MB

Update an application fee refund

Updates the specified application fee refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

This request only accepts metadata as an argument.

post/v1/application_fees/{fee}/refunds/{id}

Path parameters

feestring required
idstring required

Response

Successful response.

amountinteger required

Amount, in cents (or local equivalent).

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

currencystring currency required

Three-letter ISO currency code, in lowercase. Must be a supported currency.

idstring required

Unique identifier for the object.

metadataobject nullable

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.

object'fee_refund' required

String representing the object's type. Objects of the same type share the same value.