Skip to content

Receiving webhooks

You can configure the addresses for sending payment receipt notifications on the project settings page

Example of a payment receipt webhook

json
{
"amount": "2.395",
"created_at": "2025-03-17T12:57:52.449795Z",
"paid_at": "2025-03-17T12:57:19Z",
"status": "completed",
"transactions": {
"amount": "0.02552778",
"amount_usd": "2.395",
"bc_uniq_key": "0",
"blockchain": "litecoin",
"created_at": "2025-03-17T12:57:52.449795Z",
"currency": "LTC",
"currency_id": "LTC.Litecoin", 
"tx_hash": "2be41b0cad76bc5699c3da5d5a1d390f9fb4038e5bfe49aec3b675f9dd4515fd", 
"tx_id": "4bbc91fd-a950-4fd0-83f3-9f1c09a6b54f" 
}, 
"type": "PaymentReceived", 
"wallet": { 
"id": "9a07b545-f99e-4f51-bf37-a84fcbe4df4d", 
"store_external_id": "1" 
}
}