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 aa4c356 commit 62cd010Copy full SHA for 62cd010
components/schemas/billing/invoices/PaymentResult.yml
@@ -6,12 +6,14 @@ required:
6
- pending
7
- error
8
properties:
9
- success:
10
- type: boolean
11
- description: A boolean where true represents the success of the payment.
12
- pending:
13
14
- description: Whether the payment is still pending or not.
+ status:
+ type: string
+ description: The status of a payment.
+ enum:
+ - success
+ - processing
15
+ - cancelled
16
+ - error
17
error:
18
type: string
- description: A description of the error that took place.
19
+ description: A description of the error that took place when processing the payment.
0 commit comments