Subscription payment
This event is emitted when a subscription payment is charged successfully.
id
string<uuid>webhookId
string<uuid>eventType
stringAllowed value:
subscriptionPayment
eventData
objectsubscriptionPayment
objectpaymentMethod
objectnetwork
stringAllowed values:
BitcoinBitcoinTestnetLitecoinLitecoinTestnetCardanoMoneroDashDogecoinSolanaSolanaTestnetSolanaDevnetEthereumSepoliaTestnetPolygonPolygonTestnetBNBBNBTestnetArbitrumArbitrumTestnetZcashZcashTestnetPolkadotPolkadotTestnetPolkadotAssetHubPolkadotAssetHubTestnetTronTronTestnetAvalancheAvalancheTestnetBaseBaseTestnetOptimismOptimismTestnetFiat
token
string or null
discountPercentOff
number<float> or null
>= 0
amount
number<float>>= 0
alternativeMethodPayments
array[object] or null
paymentMethod
objectamount
number<float>>= 0
transactions
array[object] or null
network
stringAllowed values:
BitcoinBitcoinTestnetLitecoinLitecoinTestnetCardanoMoneroDashDogecoinSolanaSolanaTestnetSolanaDevnetEthereumSepoliaTestnetPolygonPolygonTestnetBNBBNBTestnetArbitrumArbitrumTestnetZcashZcashTestnetPolkadotPolkadotTestnetPolkadotAssetHubPolkadotAssetHubTestnetTronTronTestnetAvalancheAvalancheTestnetBaseBaseTestnetOptimismOptimismTestnetFiat
transactionHash
stringtoken
string or null
amount
number<float>>= 0
blockTimestamp
string<date-time>ticker
string or null
senderAddresses
array[object] or null
address
stringdiscountCodeId
string<uuid> or null
discountAmount
number<float>>= 0
paymentSummary
object or null
currency
stringAllowed values:
USDCADGBPEURAEDINRSEKBRLNZDAUDHKDNOKDKKJPYCNYCHFSGDPLNMXNCZKHUFZARSARRUBTRYILSUSDCUSDTBTCETHBNBSOLTRXAVAXMATIC
grossAmount
number<float>>= 0
underpaidAmount
number<float>>= 0
overpaidAmount
number<float>>= 0
netAmount
number<float>>= 0
networkFeeAmount
number<float>>= 0
radomFeeAmount
number<float>>= 0
feeAmount
number<float>>= 0
conversionRates
array[object] or null
from
stringto
stringrate
number<float>>= 0
radomData
paymentLink
objectpaymentLinkId
string<uuid>paymentLinkOrderId
string<uuid> or null
inputData
array[object] or null
label
stringvalue
string or null
tokenDiscountAmount
allOf#/components/schemas/BigDecimal
discountTotal
allOf#/components/schemas/BigDecimal
radomData
paymentLink
object{
"id": "41e5d9d3-1843-42b7-b993-3f8e290b344e",
"webhookId": "3b59ac1c-2283-491a-ae78-285d6d1481cd",
"eventType": "subscriptionPayment",
"eventData": {
"subscriptionPayment": {
"amount": "0.08955",
"radomData": {
"subscription": {
"subscriptionId": "2eb2fcf0-8c73-4e2b-9e94-50f76f8caabe"
}
},
"transactions": null,
"paymentMethod": {
"token": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f",
"network": "Polygon",
"discountPercentOff": null
},
"discountAmount": null,
"discountCodeId": null,
"alternativeMethodPayments": null
}
},
"radomData": {
"subscription": {
"subscriptionId": "2eb2fcf0-8c73-4e2b-9e94-50f76f8caabe"
}
}
}