Overview

Summary

ContactDonateImprint


Appendix E-8: USER ACCOUNT (UI prompt)


UserAccountUserAccountModulePayPal

Properties (6)

PropertyTypeEntityReferenceModule
(1) AccountTypeSTRINGUserAccount
(2) ClosedAtDATEUserAccount
(3) CreatedAtDATEUserAccount
(4) PasswordHashSTRINGUserAccount
(5) PrimaryEmailSTRINGUserAccount
(6) StatusSTRINGUserAccount


Module Interfaces (23)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /useraddress/useraccount/{id}findAllUserAddressOfUserAccount(id)CountryModuleGETUserAccount UserAddress
(2) /fundingsource/useraccount/{id}findAllFundingSourceOfUserAccount(id)FundingSourceModuleGETUserAccount FundingSource
(3) /merchant/useraccount/{id}findAllMerchantOfUserAccount(id)MerchantModuleGETUserAccount Merchant
(4) /securityincident/useraccount/{id}findAllSecurityIncidentOfUserAccount(id)RegionModuleGETUserAccount SecurityIncident
(5) /subscription/useraccount/{id}findAllSubscriptionOfUserAccount(id)SubscriptionModuleGETUserAccount Subscription
(6) /paymentmethod/useraccount/{id}findAllPaymentMethodOfUserAccount(id)SubscriptionModuleGETUserAccount PaymentMethod
(7) /riskassessment/useraccount/{id}findAllRiskAssessmentOfUserAccount(id)TransactionModuleGETUserAccount RiskAssessment
(8) /useraccountinsertUserAccount(useraccount)UserAccountModulePOSTUserAccount
(9) /supportcase/useraccount/{id}findAllSupportCaseOfUserAccount(id)UserAccountModuleGETUserAccount SupportCase
(10) /useraccount/{id}findUserAccountById(id)UserAccountModuleGETUserAccount
(11) /useraccount/{id}deleteUserAccountById(id)UserAccountModuleDELETEUserAccount
(12) /payout/useraccount/{id}findAllPayoutOfUserAccount(id)UserAccountModuleGETUserAccount Payout
(13) /useraccountfindAllUserAccount()UserAccountModuleGETUserAccount
(14) /refund/useraccount/{id}findAllRefundOfUserAccount(id)UserAccountModuleGETUserAccount Refund
(15) /useraccount/{id}updateUserAccountById(useraccount)UserAccountModulePUTUserAccount
(16) /compliancecheck/useraccount/{id}findAllComplianceCheckOfUserAccount(id)UserAccountModuleGETUserAccount ComplianceCheck
(17) /userdevice/useraccount/{id}findAllUserDeviceOfUserAccount(id)UserDeviceModuleGETUserAccount UserDevice
(18) /chargeback/useraccount/{id}findAllChargebackOfUserAccount(id)UserDeviceModuleGETUserAccount Chargeback
(19) /accountbalance/useraccount/{id}findAllAccountBalanceOfUserAccount(id)UserDeviceModuleGETUserAccount AccountBalance
(20) /userloginsession/useraccount/{id}findAllUserLoginSessionOfUserAccount(id)UserDeviceModuleGETUserAccount UserLoginSession
(21) /userprofile/useraccount/{id}findAllUserProfileOfUserAccount(id)UserDocumentModuleGETUserAccount UserProfile
(22) /userkycverification/useraccount/{id}findAllUserKycVerificationOfUserAccount(id)UserDocumentModuleGETUserAccount UserKycVerification
(23) /userdocument/useraccount/{id}findAllUserDocumentOfUserAccount(id)UserDocumentModuleGETUserAccount UserDocument





Example:

final UserAccount useraccount = (UserAccount) invokeModule(USER_ACCOUNT_MODULE + "/useraccount/" + id, UserAccount.class);
if (useraccount != null) {
}
return useraccount;


Overview

Summary

ContactDonateImprint