PaymentProxy Methods CelloSaaS API Documentation
The PaymentProxy type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreateAccount
Creates payment account details
Public methodStatic memberCreateApiAccount
Creates a payment api account
Public methodStatic memberCreateCreditCardAccount
Creates a credit card account using authorize.net api
Public methodStatic memberCreatePreapprovalRequest
Creates paypal preapproval request and returns the preapproval key
Public methodStatic memberDeleteAccount
Deletes the payment account details of the tenant
Public methodStatic memberDeleteApiAccount
Deletes the payment api account
Public methodStatic memberGetAccountDetails
Get payment account details of the given tenant
Public methodStatic memberGetAccountSetting
Get payment account setting associated with the given tenant
Public methodStatic memberGetApiAccount
Get Payment API account for the given tenant and payment account type
Public methodStatic memberGetApiAccounts
Get all the payment api accounts associated with the given tenant
Public methodStatic memberGetChildAccountSettings
Get child tenant payment account settings
Public methodStatic memberPay
Pays the given invoice
Public methodStatic memberSearchPaymentAudits
Searchs the payment audit details
Public methodStatic memberUpdateAccount
Updates the payment account details
Public methodStatic memberUpdateApiAccount
Updates the payment api account
Back to Top
See Also