Quick start
API page
npm
GitHub
Preparing search index...
The search index is not available
@hadawi/sdk
@hadawi/sdk
index
HadawiWebhookPayload
Interface HadawiWebhookPayload
interface
HadawiWebhookPayload
{
event
:
WebhookEventType
;
order_id
?:
string
;
session_id
:
string
;
merchant_id
:
string
;
items
:
ItemSnapshot
[]
;
total_amount
:
number
;
currency
:
string
;
funded_at
:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
event
order_
id?
session_
id
merchant_
id
items
total_
amount
currency
funded_
at
Properties
event
event
:
WebhookEventType
Optional
order_
id
order_id
?:
string
session_
id
session_id
:
string
merchant_
id
merchant_id
:
string
items
items
:
ItemSnapshot
[]
Line items from the contribution session (same shape as intent itemSnapshot).
total_
amount
total_amount
:
number
currency
currency
:
string
funded_
at
funded_at
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
event
order_
id
session_
id
merchant_
id
items
total_
amount
currency
funded_
at
Quick start
API page
npm
GitHub
@hadawi/sdk
Loading...
Line items from the contribution session (same shape as intent itemSnapshot).