PATCH
/
v0
/
business
/
{business_id}
/
transactions
curl --request PATCH \
  --url https://api.sandbox.getasset.com/v0/business/{business_id}/transactions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "transaction_id": "txn_WQMDNUHpBThYSNh4AprDBo",
    "type": "business",
    "reviewed": true
  }
]'
[
  {
    "external_id": "<string>",
    "amount": 123,
    "datetime": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "posted": true,
    "type": "business",
    "reviewed": true,
    "metadata_": {},
    "id": "txn_WQMDNUHpBThYSNh4AprDBo",
    "external_account_id": "eac_WQMDNUHpBThYSNh4AprDBo"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

business_id
string
required

Body

application/json · object[]

The body is of type object[].

Response

200
application/json
Successful Response

The response is of type object[].