You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Amount intended to be paid toward this invoice, in cents (or local equivalent)",
22538
22538
"type": "integer"
22539
22539
},
22540
-
"charge": {
22541
-
"anyOf": [
22542
-
{
22543
-
"maxLength": 5000,
22544
-
"type": "string"
22545
-
},
22546
-
{
22547
-
"$ref": "#/components/schemas/charge"
22548
-
}
22549
-
],
22550
-
"description": "ID of the successful charge for this payment. This field is null when the payment is `open` or `canceled`.",
22551
-
"nullable": true,
22552
-
"x-expansionResources": {
22553
-
"oneOf": [
22554
-
{
22555
-
"$ref": "#/components/schemas/charge"
22556
-
}
22557
-
]
22558
-
}
22559
-
},
22560
22540
"created": {
22561
22541
"description": "Time at which the object was created. Measured in seconds since the Unix epoch.",
22562
22542
"format": "unix-time",
@@ -22613,25 +22593,8 @@
22613
22593
],
22614
22594
"type": "string"
22615
22595
},
22616
-
"payment_intent": {
22617
-
"anyOf": [
22618
-
{
22619
-
"maxLength": 5000,
22620
-
"type": "string"
22621
-
},
22622
-
{
22623
-
"$ref": "#/components/schemas/payment_intent"
22624
-
}
22625
-
],
22626
-
"description": "ID of the PaymentIntent associated with this payment. Note: This property is only populated for invoices finalized on or after March 15th, 2019.",
"description": "ID of the PaymentIntent associated with this payment when `type` is `payment_intent`. Note: This property is only populated for invoices finalized on or after March 15th, 2019.",
23898
+
"x-expansionResources": {
23899
+
"oneOf": [
23900
+
{
23901
+
"$ref": "#/components/schemas/payment_intent"
23902
+
}
23903
+
]
23904
+
}
23905
+
},
23906
+
"type": {
23907
+
"description": "Type of payment object associated with this invoice payment.",
"description": "Amount paid on this out of band payment, in cents (or local equivalent)",
23956
+
"type": "integer"
23957
+
},
23958
+
"currency": {
23959
+
"description": "Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).",
23960
+
"maxLength": 5000,
23961
+
"type": "string"
23962
+
},
23963
+
"metadata": {
23964
+
"additionalProperties": {
23965
+
"maxLength": 500,
23966
+
"type": "string"
23967
+
},
23968
+
"description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.",
23969
+
"nullable": true,
23970
+
"type": "object"
23971
+
},
23972
+
"money_movement_type": {
23973
+
"description": "The type of money movement for this out of band payment record.",
23974
+
"maxLength": 5000,
23975
+
"type": "string"
23976
+
},
23977
+
"paid_at": {
23978
+
"description": "The timestamp when this out of band payment was paid.",
23979
+
"format": "unix-time",
23980
+
"nullable": true,
23981
+
"type": "integer"
23982
+
},
23983
+
"payment_reference": {
23984
+
"description": "The reference for this out of band payment record.",
23985
+
"maxLength": 5000,
23986
+
"nullable": true,
23987
+
"type": "string"
23988
+
}
23989
+
},
23990
+
"required": [
23991
+
"amount",
23992
+
"currency",
23993
+
"metadata",
23994
+
"money_movement_type",
23995
+
"paid_at",
23996
+
"payment_reference"
23997
+
],
23998
+
"title": "InvoicesPaymentsOutOfBandPayment",
23999
+
"type": "object",
24000
+
"x-expandableFields": []
24001
+
},
23925
24002
"invoices_resource_from_invoice": {
23926
24003
"description": "",
23927
24004
"properties": {
@@ -73271,7 +73348,7 @@
73271
73348
"description": "The Stripe REST API. Please see https://stripe.com/docs/api for more details.",
0 commit comments