Skip to content

Commit 0052344

Browse files
committed
feat(stripe): added pending status and invoice ID to payment object
1 parent d39e7b9 commit 0052344

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fern/apis/api/openapi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12396,6 +12396,7 @@
1239612396
"description": "Status of the payment",
1239712397
"enum": [
1239812398
"past-due",
12399+
"pending",
1239912400
"finalized",
1240012401
"refunded"
1240112402
]
@@ -12429,6 +12430,10 @@
1242912430
"stripePaymentIntentId": {
1243012431
"type": "string",
1243112432
"description": "Unique identifier of the associated stripe payment intent"
12433+
},
12434+
"stripeInvoiceId": {
12435+
"type": "string",
12436+
"description": "Unique identifier of the associated stripe invoice"
1243212437
}
1243312438
},
1243412439
"required": [

0 commit comments

Comments
 (0)