Updating documentation
This commit is contained in:
parent
eaad560404
commit
18bd04b502
|
@ -1998,6 +1998,7 @@ paths:
|
||||||
- CARD
|
- CARD
|
||||||
- PAYPAL
|
- PAYPAL
|
||||||
- SEPA_DEBIT
|
- SEPA_DEBIT
|
||||||
|
- IDEAL
|
||||||
responses:
|
responses:
|
||||||
default:
|
default:
|
||||||
description: default response
|
description: default response
|
||||||
|
@ -3269,13 +3270,13 @@ components:
|
||||||
WebSocketClient:
|
WebSocketClient:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
open:
|
||||||
|
type: boolean
|
||||||
|
userAgent:
|
||||||
|
type: string
|
||||||
createdTimestamp:
|
createdTimestamp:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
userAgent:
|
|
||||||
type: string
|
|
||||||
open:
|
|
||||||
type: boolean
|
|
||||||
WebSocketSessionContext:
|
WebSocketSessionContext:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -3913,6 +3914,7 @@ components:
|
||||||
- CARD
|
- CARD
|
||||||
- PAYPAL
|
- PAYPAL
|
||||||
- SEPA_DEBIT
|
- SEPA_DEBIT
|
||||||
|
- IDEAL
|
||||||
payerId:
|
payerId:
|
||||||
type: string
|
type: string
|
||||||
paymentId:
|
paymentId:
|
||||||
|
@ -3940,6 +3942,7 @@ components:
|
||||||
- CARD
|
- CARD
|
||||||
- PAYPAL
|
- PAYPAL
|
||||||
- SEPA_DEBIT
|
- SEPA_DEBIT
|
||||||
|
- IDEAL
|
||||||
CreateBoostReceiptCredentialsRequest:
|
CreateBoostReceiptCredentialsRequest:
|
||||||
required:
|
required:
|
||||||
- paymentIntentId
|
- paymentIntentId
|
||||||
|
@ -3982,6 +3985,7 @@ components:
|
||||||
- CARD
|
- CARD
|
||||||
- PAYPAL
|
- PAYPAL
|
||||||
- SEPA_DEBIT
|
- SEPA_DEBIT
|
||||||
|
- IDEAL
|
||||||
returnUrl:
|
returnUrl:
|
||||||
type: string
|
type: string
|
||||||
cancelUrl:
|
cancelUrl:
|
||||||
|
|
Loading…
Reference in New Issue