POST
/
v1
/
balances
/
adyen
/
transactions
/
export
curl --request POST \
  --url https://api.sandbox.hit-pay.com/v1/balances/adyen/transactions/export \
  --header 'X-BUSINESS-API-KEY: <x-business-api-key>'
{
  "success": true
}

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Query Parameters

created_at_from
string

The start day of Adyen transaction in range.

Example:

"2025-05-21"

created_at_to
string

The end day of Adyen transaction in range. Note: created_at_to >= created_at_from

Example:

"2025-05-21"

Response

200
application/json

200

The response is of type object.