We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39e7b9 commit 0052344Copy full SHA for 0052344
fern/apis/api/openapi.json
@@ -12396,6 +12396,7 @@
12396
"description": "Status of the payment",
12397
"enum": [
12398
"past-due",
12399
+ "pending",
12400
"finalized",
12401
"refunded"
12402
]
@@ -12429,6 +12430,10 @@
12429
12430
"stripePaymentIntentId": {
12431
"type": "string",
12432
"description": "Unique identifier of the associated stripe payment intent"
12433
+ },
12434
+ "stripeInvoiceId": {
12435
+ "type": "string",
12436
+ "description": "Unique identifier of the associated stripe invoice"
12437
}
12438
},
12439
"required": [
0 commit comments