Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
WebhooksEvent
Interface WebhooksEvent
interface
WebhooksEvent
{
apiVersion
?:
string
|
null
;
capture
?:
CaptureResponse
|
null
;
created
?:
string
|
null
;
dispute
?:
DisputeResponse
|
null
;
id
?:
string
|
null
;
merchantId
?:
string
|
null
;
payment
?:
PaymentResponse
|
null
;
payout
?:
PayoutResponse
|
null
;
refund
?:
RefundResponse
|
null
;
token
?:
TokenResponse
|
null
;
type
?:
string
|
null
;
}
Index
Properties
api
Version?
capture?
created?
dispute?
id?
merchant
Id?
payment?
payout?
refund?
token?
type?
Properties
Optional
api
Version
apiVersion
?:
string
|
null
Optional
capture
capture
?:
CaptureResponse
|
null
Optional
created
created
?:
string
|
null
Optional
dispute
dispute
?:
DisputeResponse
|
null
Optional
id
id
?:
string
|
null
Optional
merchant
Id
merchantId
?:
string
|
null
Optional
payment
payment
?:
PaymentResponse
|
null
Optional
payout
payout
?:
PayoutResponse
|
null
Optional
refund
refund
?:
RefundResponse
|
null
Optional
token
token
?:
TokenResponse
|
null
Optional
type
type
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Version
capture
created
dispute
id
merchant
Id
payment
payout
refund
token
type
Worldline Connect Node.js SDK
Loading...