| Type | Name | Description |
| integer | MethodID | ID of payment method. This property is ignored when adding a new payment method but required if updating an existing method. |
| string | MethodName | Label for payment method. For example “Work Visa” or “Personal Checking.” |
| string | Expires | Date on which payment method will expire. Do not leave blank. Format: YYYY-MM-DD |
| string | CardNumber | Card Number |
| string | CardExpiration | Expiration Date - Should be set to 4 digit MMYY. |
| string | AvsStreet | Billing address associated with card, used by AVS. |
| string | AvsZip | Billing zipcode associated with card, used by AVS. |
| String | Routing | Nine digit bank routing number. |
| String | Account | Bank account number. |
| String | AccountType | Checking or Savings - if left blank, default is Checking. |
| integer | SecondarySort | If set to value greater than 0, use this method as backup in case default fails. Secondary methods will be run in ascending order. |
| dateTime | Created | Date/time that the payment method was added |
| dateTime | Modified | Date/time that the payment method was last changed |