Aukro WebAPI
doGetMyPaymentsInfo
This method allows for loading set of data on PayU settings taken from the account of a logged-in user.
-
sessionId | String | required
User's session identifier received using the doLogin(Enc) method.
-
paymentsInfo | PaymentsInfoStruct | required
Structure with PayU settings of a logged user.-
paymentsBalance | BigDecimal | required
Account balance. -
paymentsBankAccount | String | required
Bank account to transfer funds from a PayU account. -
paymentsUserData | PaymentsUserDataStruct | required
User data of an account owner.-
userFullName | String | required
Name and surname of a user. -
userAddress | String | required
User's address. -
userPostcode | String | required
User's postal code. -
userCity | String | required
User's city. -
userCountry | Integer
User's country identifier. -
userPhone | String | required
User's phone no.
-
userFullName | String | required
-
paymentsPayout | PaymentsPayoutStruct | required
Structure with information on withdrawals.-
payoutType | Integer
Selected withdrawal option (1 - automatically, 2 - on request). -
payoutAutoSettings | PayoutAutoSettingsStruct | required
Structure with additional information for automatic withdrawals.-
payoutAutoAmount | BigDecimal | required
Minimal amount for automatic withdrawals. -
payoutAutoFrequency | PayoutAutoFrequencyStruct | required
Structure with information on frequency of automatic withdrawals.-
frequencyType | Short
Frequency of automatic withdrawals (1 - each work day, 2 - once a week, 3 - once a month, 4 - other [for withdrawals realized via postal order or to foreign account: on 14th day of a month if the amount exceeds 100 PLN or on the last day of a month regardless the amount; the whole amount]), -
frequencyWeekValue | Short
Selected day of a week for withdrawals in case of frequencyType = 2 (1 - Mon, 2 - Tue, ..., 7 - Sun). 0 is returned for other frequencyType. -
frequencyMonthValue | Short
Selected day of a month for withdrawals in case of frequencyType = 3 (-1 - last day of a month, 1-31 - particular day of a month). 0 is returned for other frequencyType.
-
frequencyType | Short
-
payoutAutoAmount | BigDecimal | required
-
payoutType | Integer
-
paymentsNotifications | Integer
Information on enabled notifications relating to PayU (mask: 1 - e-mail on a payment from a buyer, 2 - e-mail on a withdrawal, 4 - monthly summary of payments).
-
paymentsBalance | BigDecimal | required
-
ERR_NEW_PAYMENT_INTERNAL_ERROR
Internal system error due to loading PayU transactions. -
ERR_NEW_PAYMENTS_NOT_CONFIGURED
No active PayU account. -
ERR_NO_SESSION / ERR_SESSION_EXPIRED
Invalid session identifier or the session has expired. -
ERR_WEBAPI_KEY_INACTIVE
WebAPI key used to generate the session has been deactivated (the key owner has not accepted WebAPI User Agreement).