Reject a transaction

Reject a transaction pending approval.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
transaction_id
required
integer

The transaction's ID.

Responses
200

The rejected transaction

404

Transaction not found

post/transactions/{transaction_id}/reject
Response samples
application/json
{
  • "account_id": 1,
  • "account_index": 0,
  • "amount": "1432199",
  • "block": null,
  • "broadcast_on": "2020-12-11T12:56:35.370946+00:00",
  • "coin_fields": {
    },
  • "compliance": null,
  • "confirmations": 28,
  • "created_by": 5,
  • "created_on": "2019-08-24T14:15:22Z",
  • "currency": "bitcoin",
  • "currency_family": "ethereum",
  • "fees": 17500,
  • "id": 0,
  • "interaction_type": null,
  • "labels": [
    ],
  • "last_request": null,
  • "max_fees": 2100,
  • "metadata": null,
  • "min_confirmations": 6,
  • "notes": [
    ],
  • "recipient": "tb1q2tvjts80vthcywq9au2yynpezca57mvv0j7lzm",
  • "senders": [
    ],
  • "speed": "NORMAL",
  • "status": "PENDING_APPROVAL",
  • "tx_hash": "cd199dd0c61ff75c7a442e425771fedfe07e191a76aed64b6a311ec4a369b20e",
  • "type": "SEND",
  • "uid": null
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.