Get a single activity by type and ID

Returns a single activity (transaction, payment, order, or transaction box) for a given account, type, and ID.

SecurityCommonAuth
Request
path Parameters
type
required
string

The type of activity to retrieve.

Enum: "transaction" "payment" "order" "boxTransaction"
id
required
string

The ID of the activity to retrieve (transactionId for transaction, paymentId for payment, originOrderId for order, boxTransactionId for boxTransaction).

query Parameters
accountId
required
string

The ID of the account to work with.

Example: accountId=F50091
string or Array of strings

Controls which optional properties should be attached to the response.

Enum: "bankFeedDetails" "annotations" "attachments"
Example: include=bankFeedDetails,annotations
string or Array of strings

The ID of the person to work with. Use commas to pass multiple values. Has to be URL encoded.

Responses
200

OK

get/activity/{type}/{id}
Request samples
Response samples
application/json
{
  • "resourceType": "payment",
  • "id": 42782085,
  • "accountId": "F50091",
  • "initiator": { },
  • "sourceGroupId": "f7a8256e-f45b-4150-9a70-64918dea2792",
  • "status": "orderCancelled",
  • "transactionDate": "2023-01-30T11:12:15.000Z",
  • "transactionGroup": {
    },
  • "transactionGroupId": "1c0547bd-30e6-4d14-b82e-78cd128fbfd9",
  • "transactionType": "Bvnk",
  • "transactionBox": {
    },
  • "bvnkTransaction": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "orderId": 1380,
  • "userId": "34edaf73-49be-4669-83ee-1b1f8c680d26",
  • "companyId": "F50072",
  • "originId": "9a623439-8275-4230-a157-6c623a2ea7b8",
  • "originOrderId": "EKOBEPVFJ",
  • "budgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
  • "isMultiBeneficiary": true,
  • "budget": "companyBalance",
  • "beneficiaryId": "ben90944601",
  • "beneficiaryName": "Nichole Grant",
  • "beneficiaryAddress": "46315 Bailey MillSouth CamilleNiue",
  • "beneficiaryAccountNumber": "10387899",
  • "beneficiarySortCode": "12-34-56",
  • "beneficiaryIban": "PT72105510150936500020992",
  • "beneficiaryBankCode": "QHKEMKK1",
  • "beneficiaryBankAddress": "883 Bernie MountainNew EstachesterVietnam",
  • "beneficiaryCountryCode": "GB",
  • "beneficiaryRoutingInfo": "Payment will be routed from Barclays Bank and then through Lloyds bank",
  • "remitterName": "Joseph Bloggs",
  • "reference": "withdrawal transaction at Osinski, Zboncak and Bayer using card ending with ***3963 for IDR 670.50 in account ***32418758",
  • "amount": 773.08,
  • "currency": "USD",
  • "sellCurrency": "USD",
  • "buyCurrency": "USD",
  • "settlementAmount": 33920.34,
  • "settlementFee": 1.34,
  • "settlementAmountWithoutFee": 33920.34,
  • "customerRate": 0.8637052,
  • "customerInverseRate": 0.71942446043,
  • "confirmationKey": "F36555/pdf/F36555-000265963.pdf",
  • "uniqueId": "69e4a1e8-db35-4301-b5a8-67a2cb063609",
  • "type": "exchange",
  • "order": {
    },
  • "deleted": true,
  • "budgetName": "string",
  • "transactionBoxes": [
    ],
  • "annotationGroup": {
    },
  • "attachment": {
    },
  • "teams": "string"
}