Bitstech API docs
  1. WebHooks
Bitstech API docs
  • Auth Endpoints
    • Auth
      POST
  • Vault Endpoints
    • Create Vault(multiple wallets)
      POST
    • Get Wallet
      GET
    • Get Asset
      GET
  • Transaction Endpoints
    • Transaction Create
      POST
    • Internal transaction create
      POST
    • Get Transaction
      GET
  • WebHooks
    • Incoming payment notification
      POST
  1. WebHooks

Incoming payment notification

POST
/clientAPI/path/to/webhook/deposit
Post notification for new Completed status payment(s).

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/clientAPI/path/to/webhook/deposit' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Id": "b04395d0-3eda-4f97-8500-8b21c904a82d",
    "parentId": "b04395d0-3eda-4f97-8500-8b21c904a82d",
    "Type": "Deposit",
    "TransactionDate": "2025-04-10T07:42:40.6236521Z",
    "Source": "0xD62a3500E1dF30d7eb3D901ea70C65d16897E884",
    "SourceAssetCurrency": "ETH",
    "SourceValue": 0.0001,
    "Destination": "0xH78a3500E1dF30d7eb3D901ea70C65d16897E843",
    "DestinationAssetCurrency": "ETH",
    "Message": "",
    "vaultId": "string",
    "vaultName": "string",
    "hash": "string",
    "status": "Pending"
}'
Response Response Example
{}
Modified at 2025-05-05 09:39:57
Previous
Get Transaction
Built with