curl --request POST \
--url https://api.sandbox.getasset.com/v0/business/{business_id}/transactions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"description": "<string>",
"transaction_datetime": "2023-11-07T05:31:56Z",
"amount": 123,
"transaction_id": "<string>",
"external_account_id": "eac_WQMDNUHpBThYSNh4AprDBo",
"metadata_": {}
}
]'
This response does not have an example.
curl --request POST \
--url https://api.sandbox.getasset.com/v0/business/{business_id}/transactions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"description": "<string>",
"transaction_datetime": "2023-11-07T05:31:56Z",
"amount": 123,
"transaction_id": "<string>",
"external_account_id": "eac_WQMDNUHpBThYSNh4AprDBo",
"metadata_": {}
}
]'
This response does not have an example.
The access token received from the authorization server in the OAuth 2.0 flow.
The body is of type TransactionCreate · object[]
.
Transactions accepted for processing