Database – Customer Payment Method Entity (customer_payment_method_entity)
Description
This holds information for registered payment methods for customers, such as registered credit card or bank account information. For more information on payment methods in the API, see Secure Payments API - Payment Profiles.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
entity_id | int(11) | ID of the associated entity | ||
entity_type | varchar(100) | Type of the associated entity | ||
title | varchar(255) | The name/title of the entity instance | ||
type | char(100) | Payment method type code | payment.methods.* | |
bank_account_id | int(11) | ID of associated Secure Payments account entity | ||
is_primary | tinyint(4) | Whether or not this is a primary phone number | 1 - yes, 0 - no | |
is_secondary | tinyint(4) | Whether or not this is a secondary phone number | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
active | tinyint(4) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(4) | Whether or not the entity was deleted | 1 - yes, 0 - no |