IPaymentService Members CelloSaaS API Documentation
The IPaymentService type exposes the following members.
Methods

  NameDescription
Public methodCreateAccount
Creates payment account details
Public methodCreateApiAccount
Creates a payment api account
Public methodCreateAuthorizeNetCustomerProfile
Creates the tenant profile in Authorize.net
Public methodCreateCreditCardAccount
Creates a credit card account using authorize.net api
Public methodCreatePreapprovalRequest
Creates paypal preapproval request and returns the preapproval key
Public methodDeleteAccount
Deletes the payment account details of the tenant
Public methodDeleteApiAccount
Deletes the payment api account
Public methodGetAccountDetails
Get payment account details of the given tenant
Public methodGetAccountSetting
Get payment account setting associated with the given tenant
Public methodGetApiAccount
Get Payment API account for the given tenant and payment account type
Public methodGetApiAccounts
Get all the payment api accounts associated with the given tenant
Public methodGetAuthorizeNetHostedFormToken
Creates an unique token for using in Hosted Form customer payment profile
Public methodGetChildAccountSettings
Get child tenant payment account settings
Public methodPay
Pays the given invoice
Public methodSaveAuthorizeNetPaymentProfile
Save the payment profile after redirect from authorize.net page
Public methodSearchPaymentAudits
Searchs the payment audit details
Public methodUpdateAccount
Updates the payment account details
Public methodUpdateApiAccount
Updates the payment api account
Back to Top
See Also