Transactions
Retrieve money transactions
Retrieve money transactions.
OAuth
Required scopes:transactions.readonly
or transactions
GET
/
transactions
/
money
/
v1
Authorizations
Authorization
string
headerrequiredSee our authentication documentation for how to authorize your requests
Headers
spacebring-network-id
string
The id of the network. Required when using bearer token authentication
Query Parameters
locationRef
string
requiredThe id of the location
limit
integer
default: 25The number of items to return
status
enum<string>
The payment status of transactions
Available options:
canceled
, failed
, pending
, processing
, succeeded
createDate
object
The date filter of items.
nextPageToken
string
nextPageToken retrieved from a previous request
Response
200 - application/json
transactions
object[]
nextPageToken
string