GetTransactionHistoryRequest
Props
childAccountId
childAccountId: any
| number
| number[]
The child account ID list separated by semicolons (;). Use the 'all' value to select all child accounts
childrenTransactionsOnly
childrenTransactionsOnly: false
| undefined
| true
Whether to get the children account transactions only
count
count: number
| undefined
The number of returning records. In the synchronous mode, the maximum value is 1000
descOrder
descOrder: false
| undefined
| true
Whether to get records in the descent order
fromDate
fromDate: Date
The from date in the selected timezone in 24-h format: YYYY-MM-DD HH:mm:ss
isAsync
isAsync: false
| undefined
| true
Whether to get records in the asynchronous mode (for csv output only). Use this mode to download large amounts of data. See the , functions for details
isUncommitted
isUncommitted: false
| undefined
| true
Whether to get transactions on hold (transactions for which money is reserved but not yet withdrawn from the account)
offset
offset: number
| undefined
The number of records to skip in the output with a maximum value of 10000
output
output: string
| undefined
The output format. The following values available: json, csv
paymentReference
paymentReference: string
| undefined
timezone
timezone: string
| undefined
toDate
toDate: Date
The to date in the selected timezone in 24-h format: YYYY-MM-DD HH:mm:ss
transactionId
transactionId: any
| number
| number[]
The transaction ID list separated by semicolons (;)
transactionType
transactionType: string
| string[]
The transaction type list separated by semicolons (;). The following values are possible: gift_revoke, resource_charge, money_distribution, subscription_charge, subscription_installation_charge, card_periodic_payment, card_overrun_payment, card_payment, rub_card_periodic_payment, rub_card_overrun_payment, rub_card_payment, robokassa_payment, gift, promo, adjustment, wire_transfer, us_wire_transfer, refund, discount, mgp_charge, mgp_startup, mgp_business, mgp_big_business, mgp_enterprise, mgp_large_enterprise, techsupport_charge, tax_charge, monthly_fee_charge, grace_credit_payment, grace_credit_provision, mau_charge, mau_overrun, im_charge, im_overrun, fmc_charge, sip_registration_charge, development_fee, money_transfer_to_child, money_transfer_to_parent, money_acceptance_from_child, money_acceptance_from_parent, phone_number_installation, phone_number_charge, toll_free_phone_number_installation, toll_free_phone_number_charge, services, user_money_transfer, paypal_payment, paypal_overrun_payment, paypal_periodic_payment
userId
userId: any
| number
| number[]
The user ID list separated by semicolons (;)
usersTransactionsOnly
usersTransactionsOnly: false
| undefined
| true
Whether to get the users' transactions only