Returns a list of Adjustments that match the provided filters.
Learn more about calling API v2 endpoints.Parameters
- adjusted_
flowstring Filter for Adjustments linked to a Flow.
- createdtimestamp
Filter for objects created at the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
- created_
gttimestamp Filter for objects created after the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
- created_
gtetimestamp Filter for objects created on or after the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
- created_
lttimestamp Filter for objects created before the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
- created_
ltetimestamp Filter for objects created on or before the specified timestamp. Must be an RFC 3339 date & time value, for example: 2022-09-18T13:22:00Z.
- limitinteger
The page limit.
- pagestring
The page token.
Returns
Response attributes
- dataarray of objects
List of Adjustment objects.
- data.
idstring Unique identifier for the object.
- data.
objectstring, value is "v2.money_management.adjustment" String representing the object’s type. Objects of the same type share the same value of the object field.
- data.
adjusted_ flownullable object If applicable, contains information about the original flow linked to this Adjustment.
- data.
adjusted_flow. adjustmentnullable string If applicable, the ID of the Adjustment linked to this Adjustment.
- data.
adjusted_flow. inbound_ transfernullable string If applicable, the ID of the InboundTransfer linked to this Adjustment.
- data.
adjusted_flow. outbound_ paymentnullable string If applicable, the ID of the OutboundPayment linked to this Adjustment.
- data.
adjusted_flow. outbound_ transfernullable string If applicable, the ID of the OutboundTransfer linked to this Adjustment.
- data.
adjusted_flow. received_ creditnullable string If applicable, the ID of the ReceivedCredit linked to this Adjustment.
- data.
adjusted_flow. received_ debitnullable string If applicable, the ID of the ReceivedDebit linked to this Adjustment.
- data.
adjusted_flow. typeenum If applicable, the type of flow linked to this Adjustment. The field matching this value will contain the ID of the flow.
Possible enum valuesadjustmentThis Adjustment adjusts an Adjustment.
balance_exchange This Adjustment adjusts a BalanceExchange.
inbound_payment This Adjustment adjusts an InboundPayment.
inbound_transfer This Adjustment adjusts an InboundTransfer.
outbound_payment This Adjustment adjusts an OutboundPayment.
outbound_transfer This Adjustment adjusts an OutboundTransfer.
received_credit This Adjustment adjusts a ReceivedCredit.
received_debit This Adjustment adjusts a ReceivedDebit.
- data.
amountobject The amount of the Adjustment.
- data.
amount. currencystring A lowercase alpha3 currency code like “usd”.
- data.
amount. valueinteger In minor units like 123 for 1.23 USD.
- data.
createdtimestamp Time at which the object was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- data.
descriptionnullable string Description of the Adjustment and what it was used for.
- data.
financial_ accountstring The FinancialAccount that this adjustment is for.
- data.
livemodeboolean Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - data.
receipt_ urlnullable string A link to the Stripe-hosted receipt that is provided when money movement is considered regulated under Stripe’s money transmission licenses. The receipt link remains active for 60 days from the Adjustment creation date. After this period, the link will expire and the receipt url value will be null.
- next_
page_ urlnullable string The next page URL.
- previous_
page_ urlnullable string The previous page URL.
The resource wasn’t found.
{ "data": [ { "id": "adj_65Pj770ytFhPwgkQg0116Pj6mS0dSQaN2JL1S0NhRweDjE", "object": "v2.money_management.adjustment", "adjusted_flow": { "outbound_payment": "obp_65OAfT9tVl3u223h0he16NybHIZ4SQ3LORe4rpuNGDIKCO", "type": "outbound_payment" }, "amount": { "value": 100, "currency": "usd" }, "created": "2024-01-18T00:08:23.488Z", "description": "Stripe credit", "financial_account": "fa_65Pj6mdWMT1K5pw0kSK16Pj6mS0dSQaN2JL1S0NhRweTZY", "livemode": true, "receipt_url": "https://payments.stripe.com/transaction_receipt/CCMaIwohd2tzcF90ZXN0XzZQT1FKUzdSU1FzMnFGVDFJektXSXlHKJOXtLYGMgZkVRf7VbI6SJRp7IPsVDBFSlQo5pcqfVA-rhUM1vwykiziz5767yzBhMdFWTHS31y9b_jVoQGdDDSkdFA0I4n9rtJL0tv1zeOu5hRHAW76vP" }, { "id": "adj_65PlYXryTmMdhykXmsV16PlJT00CSQOY87ottjLI5jUDbk", "object": "adjustment", "adjusted_flow": null, "amount": { "value": -225, "currency": "usd" }, "created": "2024-01-14T17:50:12.707Z", "description": "Stripe debit", "financial_account": "fa_65Pj6mdWMT1K5pw0kSK16Pj6mS0dSQaN2JL1S0NhRweTZY", "livemode": true, "receipt_url": "https://payments.stripe.com/transaction_receipt/CCMaIwohd2tzcF90ZXN0XzZQT1FKUzdSU1FzMnFGVDFJektXSXlHKJOXtLYGMgY1rQ-bJNM6SJRUrOplKjRLGucVqBUamJmezkcPTNYB-quiy7FlWZeHb02zbzhb00Ticm7zPLN7klTNzZ1ZPc5ImTanyhIYt5Xn_xXihPpFJP" } ]}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc