@suluk/payments - v0.1.0
↑ Suluk
GitHub
Preparing search index...
WebhookEvent
Interface WebhookEvent
A normalized webhook event (the unified shape a connector's handleWebhook produces).
interface
WebhookEvent
{
type
:
string
;
connectorTransactionId
?:
string
;
status
?:
number
;
raw
:
unknown
;
}
Index
Properties
type
connector
Transaction
Id?
status?
raw
Properties
type
type
:
string
Optional
connector
Transaction
Id
connectorTransactionId
?:
string
Optional
status
status
?:
number
raw
raw
:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
connector
Transaction
Id
status
raw
↑ Suluk
GitHub
@suluk/payments - v0.1.0
Loading...
A normalized webhook event (the unified shape a connector's handleWebhook produces).