field=value
fashion. For example, if you want to filter charges
data whose currency is jpy, you can set currency=jpy
in this field. You can also set multiple conditions by concatenating condition with &
. Let's say you want to fetch charges data whose currency is jpy and amount greater than 100,000, you can set following as your query string.currency=jpy&amount[gt]=100000
[gt]
is called child argument and gt
means greater than. As you'd guess there are other operator available for child argument per column. For example, as for amount column, following child arguments are available.all
, alipay_account
, bank_account
, bitcoin_receiver
, or card
)