SoapAccounts SOAP WebService interface description

Endpoint URI: https://y.refundo.com/v1/soap

WSDL URI: https://y.refundo.com/v1/soap?WSDL

PHP SOAP client download URI: https://y.refundo.com/v1/soap?PHPSOAPCLIENT

Index

Complex types:

Public methods:

Complex types

authorization

The complex type name definition

cancelClientResponse

clientObj

closeAccountResponse

deleteLinkedExternalAccountResponse

getAccountActivityResponse

getAllBalancesResponse

Class getAllBalancesResponse

getBalanceResponse

getClientResponse

getNACHAResponse

linkExternalAccountResponse

noticeOfChangeReturn

openAccountResponse

returnClient

Class returnClient

returnFundsResponse

returnOriginatedReturn

soapAccount

soapAccountBalance

soapActivity

soapAddress

soapExternalAccountInfo

soapId

soapItem

soapItemStatus

soapScheduled

updateAccountResponse

updateClientReturn

Class returnClient

updateClientStatusResponse

verifyClientResponse

Public methods

cancelClient

cancelClientResponse cancelClient (
    authorization auth,
    string subscriberId,
    soapId clientId
)

closeAccount

closeAccountResponse closeAccount (
    authorization auth,
    string subscriberId,
    soapId accountId
)

createClient

returnClient createClient (
    authorization auth,
    string subscriberId,
    string firstName,
    string lastName,
    string ssn,
    string dob,
    soapEroAudit eroAudit,
    string referenceId,
    string middleInitial,
    soapAddress address,
    string homePhone,
    string mobilePhone,
    string workPhone,
    string email
)

deleteLinkExternalAccount

deleteLinkedExternalAccountResponse deleteLinkExternalAccount (
    authorization auth,
    string subscriberId,
    soapId linkedExternalAccountId
)

getAccountActivity

getAccountActivityResponse getAccountActivity (
    authorization auth,
    string subscriberId,
    soapId accountId,
    string fromDate,
    string toDate,
    bool ascending,
    int pageNo,
    int resultsPerPage
)

getAllBalances

getBalanceResponse getAllBalances (
    authorization auth,
    string subscriberId,
    string fromDate,
    string toDate,
    bool ascending,
    int pageNo,
    int resultsPerPage
)

getBalance

getBalanceResponse getBalance (
    authorization auth,
    string subscriberId,
    soapId accountId
)

getClient

getClientResponse getClient (
    authorization auth,
    string subscriberId,
    soapId clientId
)

getNACHA

getNACHAResponse getNACHA (
    authorization auth,
    string subscriberId,
    string date
)

linkExternalAccount

linkExternalAccountResponse linkExternalAccount (
    authorization auth,
    string subscriberId,
    soapId clientId,
    soapExternalAccountInfo externalAccountInfo,
    string referenceId
)

noticeOfChange

noticeOfChangeReturn noticeOfChange (
    authorization auth,
    string subscriberId,
    string traceId,
    string activityDate,
    string reason,
    string addenda_information
)

openAccount

openAccountResponse openAccount (
    authorization auth,
    string subscriberId,
    soapId clientId,
    string referenceId,
    string title
)

returnFunds

returnOriginatedReturn returnFunds (
    authorization auth,
    string subscriberId,
    string traceId,
    string activityDate,
    float amount,
    string reason,
    string addenda_information
)

returnFunds_old

returnFundsResponse returnFunds_old (
    authorization auth,
    string subscriberId,
    soapId scheduleId,
    string reasonForRefund
)

sendFunds

returnFundsResponse sendFunds (
    authorization auth,
    string subscriberId,
    string method,
    soapId sourceAccountId,
    soapId destinationAccount,
    string memo,
    soapItem items
)

transferFunds

returnFundsResponse transferFunds (
    authorization auth,
    string subscriberId,
    soapId sourceAccount,
    soapId destinationAccount,
    string memo,
    soapItem items
)

updateAccount

updateAccountResponse updateAccount (
    authorization auth,
    string subscriberId,
    soapId accountId,
    string title
)

updateClient

updateClientReturn updateClient (
    authorization auth,
    string subscriberId,
    soapId clientId,
    string firstName,
    string lastName,
    string ssn,
    string dob,
    soapEroAudit ero_audit,
    string middleInitial,
    soapAddress address,
    string homePhone,
    string mobilePhone,
    string workPhone,
    string email
)

updateClientStatus

updateClientStatusResponse updateClientStatus (
    authorization auth,
    string subscriberId,
    soapId clientId,
    string clientStatus
)

updateLinkExternalAccount

linkExternalAccountResponse updateLinkExternalAccount (
    authorization auth,
    string subscriberId,
    soapId linkedExternalAccountId,
    soapExternalAccountInfo externalAccountInfo
)

verifyClient

verifyClientResponse verifyClient (
    authorization auth,
    string subscriberId,
    soapId clientId
)


Powered by PhpWsdl - PDF download: Download this page as PDF