This section provides an overview on Payment Profiles in Secure Payments.
Payment Profiles represent the bank cards, and bank accounts associated with customers in Secure Payments. You can add and remove a bank card or bank account's association with a customer.
The payment profiles in Secure Payments are tokenized. Creating a payment profile will generate an associated token. This token is required to associate a payment profile with a customer or to delete a payment profile.
Bank cards (credit and debit cards) are represented by the credit-card
entity. Bank accounts (checking and saving accounts) are represented by the checking-account
entity. The credit-card
and checking-account
entities are the two types of payment profiles.
There are two values needed to link or unlink a payment profile and a customer. You will find those values below.
Value: | Definition: |
---|---|
customer-id | The customer ID to link or unlink a payment profile. |
token | The token of the payment profile. |
For an example of how customers work within the Secure Payments UI, take a look at our Secure Payments – Customers article.