v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Create a CreditReversal

Reverses a ReceivedCredit and creates a CreditReversal object.

post/v1/treasury/credit_reversals

Response

Successful response.

amountinteger required

Amount (in cents) transferred.

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.

financial_accountstring required

The FinancialAccount to reverse funds from.

hosted_regulatory_receipt_urlstring nullable

A hosted transaction receipt URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.

idstring required

Unique identifier for the object.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

metadataobject required

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.

network'ach' | 'stripe' required

The rails used to reverse the funds.

object'treasury.credit_reversal' required

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

received_creditstring required

The ReceivedCredit being reversed.

status'canceled' | 'posted' | 'processing' required

Status of the CreditReversal