You are here:
Payment Methods for Order Management with B2C Commerce
For B2C Commerce, the Order Management integration with Salesforce Payments supports credit cards, digital wallets, and non-card options, such as SEPA and iDEAL.
For a credit card payment, the payment method ID in the order data must match an entry in the Card Type picklist on the Card Payment Method object. If it matches, a card payment method record is created in Salesforce. You can’t customize the Card Type picklist.
For a digital wallet payment, the payment method ID in the order data must match this non-case-sensitive regular expression. If it matches, a digital wallet record is created in Salesforce.
paypal|visa_checkout|pay_by_check|.*(apple|google|android|amazon|ali).*(pay)*
To define a payment method other than a credit card or digital wallet, use the Alternative Payment Method object.

