PaymentMethodProfile

Description

The PaymentMethodProfile object represents a payment method saved for a Customer.

Properties

TypeNameDescription
stringMethodTypeType of payment method.
stringMethodIDUnique ID for the PaymentMethodProfile object; automatically assigned by EBizCharge.
stringMethodNameLabel for payment method. For example, "Work Visa."
stringSecondarySortIf greater than 0, this method is used as backup when the default fails. Secondary methods run in ascending order.
dateTimeCreatedDate and time the object was created.
dateTimeModifiedDate and time the object was last modified.
stringAccount

Bank account number for ACH transactions.

Note: Required for checks.

stringAccountTypeType of bank account used for ACH.
Possible Values
  • checking (default)
  • savings
stringAccountHolderNameName of the account holder.
stringDriversLicenseDriver's license number used for verification.
stringDriversLicenseStateDriver's license state.
stringRecordType

ACH transaction type.

Note: Leave blank unless instructed differently by check processor.

stringRouting

Bank routing number for ACH transactions.

Note: Required for checks.

stringAvsStreet

Street address for AVS (address verification service).

Note: Recommended for credit cards.

stringAvsZip

ZIP code for AVS.

Note: Recommended for credit cards.

stringCardCodeCVV2/CID card identification code. Not stored. Used only to verify a new payment method before it is added.
stringCardExpiration

Card expiration date.

Note: YYYY-MM

stringCardNumberCredit card number.
stringCardTypeType of card. Automatically set by EBizCharge based on the provided card number.
doubleBalanceCurrent balance.
doubleMaxBalanceMaximum balance that may be charged on an invoice before transactions are declined.
stringAutoReloadNote: Not currently utilized.
stringReloadScheduleSchedule used for automatic reloads.
stringReloadThresholdBalance that will trigger an automatic reload.
stringReloadAmountAmount to automatically reload.
stringReloadMethodIDPayment method used to reload card.