Difference between revisions of "MOR API payments get"

From Kolmisoft Wiki
Jump to navigationJump to search
m (Created page with '''This functionality is available from MOR 11'' MOR API Payments list <br><br> ---- <br><br> * Call: /api/payments_list * Params: ** u - userna…')
 
Line 13: Line 13:
** u - username to login. '''Required'''.
** u - username to login. '''Required'''.
** p - password to login. '''Required'''.
** p - password to login. '''Required'''.
** [[MOR API hash construction | hash]] - SHA1 hash constructed using params and API_Secret_Key ([[MOR API hash construction | More described in Constructing hash]]). '''Required'''.
**s_user_id - payments user id.
**s_from - Unix timestamp of calls period starting date. (Default: Today at 00:00).
**s_till - Unix timestamp of calls period end date. (Default: Today at 23:59).
** s_transaction - transaction id.
**s_completed - payment status. Possible values[ 1 - completed, 0 - not completed, if not sent - default: All]
**s_username -  users username.
**s_first_name - users first name.
**s_last_name - users last name
**s_paymenttype - payment type. Possible values['Card', 'paypal','webmoney','ouroboros','manual','gateways_paypal','gateways_authorize_net','integrations_moneybooker','integrations_two_checkout', if not sent - default: All]
**s_amount_min - amount starting from.
**s_amount_max - amount ending with.
**s_currency - payment currency. Example: USD
**s_number - card number.
**s_pin - card pin.

Revision as of 09:42, 12 December 2011

This functionality is available from MOR 11


MOR API Payments list






  • Call: /api/payments_list
  • Params:
    • u - username to login. Required.
    • p - password to login. Required.
    • hash - SHA1 hash constructed using params and API_Secret_Key ( More described in Constructing hash). Required.
    • s_user_id - payments user id.
    • s_from - Unix timestamp of calls period starting date. (Default: Today at 00:00).
    • s_till - Unix timestamp of calls period end date. (Default: Today at 23:59).
    • s_transaction - transaction id.
    • s_completed - payment status. Possible values[ 1 - completed, 0 - not completed, if not sent - default: All]
    • s_username - users username.
    • s_first_name - users first name.
    • s_last_name - users last name
    • s_paymenttype - payment type. Possible values['Card', 'paypal','webmoney','ouroboros','manual','gateways_paypal','gateways_authorize_net','integrations_moneybooker','integrations_two_checkout', if not sent - default: All]
    • s_amount_min - amount starting from.
    • s_amount_max - amount ending with.
    • s_currency - payment currency. Example: USD
    • s_number - card number.
    • s_pin - card pin.