APIs for Payment Processors/Methods
You can access payment processor or method information using Salesforce B2C Commerce APIs and import/export this information using schemas. See the B2C Commerce API documentation for more information.
Pipelets
Use these pipelets for payment-related transactions.
- AddPaymentInstrumentTobasket
- CreateBasketPaymentInstrument
- CreateCustomerPaymentInstrument
- CreatePaymentTransaction
- GetCustomerPaymentInstruments
- GetPaymentProcessor
- RemoveBasketPaymentInstrument
- RemoveCustomerPaymentInstrument
- VerifyCreditCard
- VerifyCreditCardExpirationDate
- VerifyCreditCardNumber
- VerifyPaymentCard
- VSAuthorizeCreditCard
Scripting
Use these APIs from the dw.order package to process payment-related transactions.
- PaymentCard
- PaymentInstrument
- PaymentMethod
- PaymentMgr
- PaymentProcessor
- PaymentStatusCodes
- PaymentTransaction