The following operations are available for this resource.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: CRM/Accounts/{accountId} | Test | |
Get details of a specific credit card account |
|||
GET | Method: GetAll, URL: CRM/Accounts?constituentId={constituentId}&accountTypeId={accountTypeId}&includeInactive={includeInactive}&includeAffiliates={includeAffiliates} | Test | |
Get details of all the credit card, direct debit, and SEPA accounts for the specified constituent id and all its visible affiliates' accounts as well. |
|||
POST | Method: CreateCardNumberAccount, URL: CRM/Accounts/CardNumber | Test | |
Create a credit card account, storing the card number. Will create and store a token if tokenization is enabled. |
|||
POST | Method: CreateDirectDebitAccount, URL: CRM/Accounts/DirectDebit | Test | |
Store a direct debit account. |
|||
POST | Method: CreateSepaAccount, URL: CRM/Accounts/SEPA | Test | |
Store a SEPA Direct Debit account. |
|||
POST | Method: CreateVantivEncryptedCardAccount, URL: CRM/Accounts/VantivEncryptedCard | Test | |
Create a credit card account from a Vantiv Encrypted Reader using tokenization. |
|||
PUT | Method: UpdateCardNumberAccount, URL: CRM/Accounts/{accountId}/CardNumber | Test | |
Update expiration date or name on a credit card account or token. Will also tokenize the credit card if tokenization is enabled. |
|||
PUT | Method: UpdateDirectDebitAccount, URL: CRM/Accounts/{accountId}/DirectDebit | Test | |
Updates expiration date or name on a direct debit account. |
|||
PUT | Method: UpdateSepaAccount, URL: CRM/Accounts/{accountId}/SEPA | Test | |
Updates information on a SEPA Direct Debit Account. |
|||
DELETE | Method: DeleteAccount, URL: CRM/Accounts/{accountId}?transactionOrigin={transactionOrigin}&overrideDeleteProtection={overrideDeleteProtection} | Test | |
Removes an account. |