Rate this page:

GetTransactionHistoryRequest

Props

childAccountId

Copy URL
childAccountId: 

any

|

number

|

number[]

The child account ID list separated by semicolons (;). Use the 'all' value to select all child accounts

childrenTransactionsOnly

Copy URL
childrenTransactionsOnly: 

false

|

undefined

|

true

Whether to get the children account transactions only

count

Copy URL
count: 

number

|

undefined

The number of returning records. In the synchronous mode, the maximum value is 1000

descOrder

Copy URL
descOrder: 

false

|

undefined

|

true

Whether to get records in the descent order

fromDate

Copy URL
fromDate: 

Date

The from date in the selected timezone in 24-h format: YYYY-MM-DD HH:mm:ss

isAsync

Copy URL
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

Copy URL
isUncommitted: 

false

|

undefined

|

true

Whether to get transactions on hold (transactions for which money is reserved but not yet withdrawn from the account)

offset

Copy URL
offset: 

number

|

undefined

The number of records to skip in the output with a maximum value of 10000

output

Copy URL
output: 

string

|

undefined

The output format. The following values available: json, csv

paymentReference

Copy URL
paymentReference: 

string

|

undefined

timezone

Copy URL
timezone: 

string

|

undefined

toDate

Copy URL
toDate: 

Date

The to date in the selected timezone in 24-h format: YYYY-MM-DD HH:mm:ss

transactionId

Copy URL
transactionId: 

any

|

number

|

number[]

The transaction ID list separated by semicolons (;)

transactionType

Copy URL
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

Copy URL
userId: 

any

|

number

|

number[]

The user ID list separated by semicolons (;)

usersTransactionsOnly

Copy URL
usersTransactionsOnly: 

false

|

undefined

|

true

Whether to get the users' transactions only