Q: I'd like to setup a payment method where businesses will be paying on a credit basis. During checkout, they can select the payment on credit. Is that functionality available as of now? This is what I have on payment methods. It will be used on the B2B store


A: We have only sample Manual test payment method out-of-the-box + some payment gateways integration, e.g. Helcim, Datatrans, etc.
You can implement your own logic in custom payment method which inherits PaymentMethod and register it with IPaymentMethodsService.


Examples:
Implementation:
https://github.com/VirtoCommerce/vc-module-core/blob/025ae6e5722f49033899122994c9a65aad22d5fe/VirtoCommerce.CoreModule.Data/Payment/DefaultManualPaymentMethod.cs
Registration:
https://github.com/VirtoCommerce/vc-module-core/blob/b66c403f19d684db20272059b2f9119abab09b15/VirtoCommerce.CoreModule.Web/Module.cs#L191