Transaction - Transaction Deleted

A Transaction has been deleted. This may happen only for OUT_OF_PLATFORM_COMPANY or OUT_OF_PLATFORM_PERSONAL transactions.

Fingerprint order:
  • id,walletId,status,transactionSign
Payload
string

The webhook unique ID.

string
enum
Defaults to Transaction

The webhook event type.

string
enum
Defaults to transaction_deleted

The webhook event name.

string

The company account ID.

data
object

The webhook Transaction data. Only the id of the resource is returned.

string

The webhook subscription ID used to route this event.

Headers
string
required
Defaults to {{fingerprint}}

Webhook authentication: SHA512SUM of the fingerprint values listed in the fingerprint order for this webhook.

string
required
Defaults to id, walletId, status, transactionSign

Webhook authentication: The order of the values used to calculate the fingerprint.

string
required
Defaults to {{fingerprint_signature}}

Webhook authentication: Signature of the X-Soldo-Fingerprint. It must be verified using the Soldo public key.

Response
200

Success.

LoadingLoading…