An Account allows you to save one card or bank payment method for a customer. An account has a 1:1 relationship with a payment method. When an account is created an Account ID is generated to represent the account details.
Account
- Create Account generates an Account ID that represent the payment details.
- Retrieve Account grabs account details using the Account ID.
- Update Account updates all account details.
- Delete Account removes an account.
- Update Account V2 updates any one or more fields (e.g. Owner, Address, Phone, Exp. date), excluding card account numbers (Refer to v1).