Skip to main content

Incomplete payment

This event is emitted when a partial (less than the amount due) payment is made and the payment timer has expired.

id
string<uuid>
webhookId
string<uuid>
eventType
string
Allowed value:
incompletePayment
eventData
object
incompletePayment
object
paymentMethod
object
required
network
string
required
Allowed values:
BitcoinBitcoinTestnetLitecoinLitecoinTestnetCardanoMoneroDashDogecoinSolanaSolanaTestnetSolanaDevnetEthereumSepoliaTestnetPolygonPolygonTestnetBNBBNBTestnetArbitrumArbitrumTestnetZcashZcashTestnetPolkadotPolkadotTestnetTronTronTestnetAvalancheAvalancheTestnetBaseBaseTestnetOptimismOptimismTestnet
token
string
discountPercentOff
number<float>
>= 0
amount
number<float>
required
>= 0
alternativeMethodPayments
array[object]
paymentMethod
object
required
amount
number<float>
required
>= 0
transactions
array[object]
network
string
required
Allowed values:
BitcoinBitcoinTestnetLitecoinLitecoinTestnetCardanoMoneroDashDogecoinSolanaSolanaTestnetSolanaDevnetEthereumSepoliaTestnetPolygonPolygonTestnetBNBBNBTestnetArbitrumArbitrumTestnetZcashZcashTestnetPolkadotPolkadotTestnetTronTronTestnetAvalancheAvalancheTestnetBaseBaseTestnetOptimismOptimismTestnet
transactionHash
string
required
token
string
amount
number<float>
required
>= 0
blockTimestamp
string<date-time>
required
discountCodeId
string<uuid>
discountAmount
number<float>
required
>= 0
paymentSummary
object
currency
string
required
Allowed values:
USDCADGBPEURAEDINRSEKBRLNZDAUDHKDNOKDKKJPYCNYCHFSGDPLNMXNCZKHUFZARSARRUBTRYILSUSDCUSDTBTCETH
grossAmount
number<float>
required
>= 0
underpaidAmount
number<float>
required
>= 0
overpaidAmount
number<float>
required
>= 0
netAmount
number<float>
required
>= 0
feeAmount
number<float>
required
>= 0
radomData
paymentLink
object
required
paymentLinkId
string<uuid>
required
paymentLinkOrderId
string<uuid>
inputData
array[object]
label
string
required
value
string

Examples

{
"id": "f01fa77a-6f71-45fd-884e-4212ec76e9e9",
"webhookId": "ad474121-b97e-479b-a180-60a21bda8532",
"eventType": "incompletePayment",
"eventData": {
"incompletePayment": {
"amount": "0.025289957500063169370000000",
"transactions": [
{
"token": null,
"amount": "0.02541704271363132600",
"network": "Ethereum",
"blockTimestamp": "2023-06-06T17:00:59Z",
"transactionHash": "0xc71037dc170a3a5e2221fbbed59920e6e84fb15b3e0f0db70162a2ce6f647d55"
}
],
"paymentMethod": {
"token": null,
"network": "Ethereum"
}
}
},
"radomData": {
"paymentSession": {
"paymentSessionId": "43d77d52-1e3b-4992-8b65-0c83ee7a6f21"
}
}
}