GET
/
consumers
/
{consumer_id}
/
payment
/
transactions

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

consumer_id
string
required

Query Parameters

accounting_category
enum<string>
default:
all

Filter based on the type of the transaction.

Available options:
all,
unknown,
payout,
payout_cancel,
payment,
payment_cancel,
fee,
fee_cancel
starting_from
string

Get all transactions more recent than this one excluded

balance_id
string

Get all transactions for a specific balance

date_from
string
date_to
string
page
integer
default:
1
Required range: x > 1
size
integer
default:
50
Required range: 1 < x < 100

Response

200 - application/json
items
object[]
required
page
integer
required
Required range: x > 1
size
integer
required
Required range: x > 1
total
integer
required
Required range: x > 0