Hello Gurus,
This is our scenario: We are on SAP CRM 7.0, and I am trying to figure out how to get the credit cards to work in ISA B2B scenario? I checked the standard and the credit cards is there but in my custom webshop it is not appearing. Also I see the paymentCards page and I also customized it but it is not appearing. Can someone confirm they have used credit cards in b2b scenario and if so are there any settings that need to be activated in SPRO or anywhere? I checked the webshop config in shopadmin and I don't see an option to configure anything specific to payment methods in transactions tab(b2b).
on a side note.. we are using credit cards in webUI for webIC orders. So all the configuration for authorization check is there and it is working. We just want to use the same vendor for our b2b scenario.
Thanks,
Kumar
Hello,
Just a thought, go and check the transaction type configuration used for the web order .
For that transaction type under the customizing header configuration the payment plan type should be selected as 'payment card'.
Thanks and Regards
Shanto Aloor
Thanks Shanto,
I have checked this and it is set to "payment card".
Regards,
Kumar
Hello, no other thoughts/inputs ?
Hello,
Please check whether your custom shop code for order is having the call to the payment jsp page that is
<%@ include file="/b2b/payment.inc.jsp" %>
Thanks and Regards
Shanto Aloor
Hi,
Thanks for the reply, yes after SAP came back to us, we included the file b2b/payment.inc.jsp in order page and I am able to enter the credit card details. That is how it is able to capture the credit card validations error messages on update of the order basket. But when we create the order that it is not capturing the errors, it is continuing to confirmation page where as standard B2B actually captures the error message and doesn't save the order. (this case is for incorrect card numbers).
Regards,
Kumar
Just an update on this. SAP has responded, it is possible to use credit card payments in b2b portal. So I went ahead and configured our webshop like the standard. We are using paymetric as our external vendor. But our ISA shop is not able to capture the card validation errors at the time of order returned from paymentric. It captured the card validations when you update the basket but not at the time of order. So the order is going through even though there is a valid error message. does anyone know of any settings available to capture error messages after order button is clicked.
This issue is resolved. Just for fyi, this was an issue in the way we customized our webshop for custom validations. I moved some of those custom validations from the webshop to backend BADI's and it is able to capture the credit card information. So if you follow the standard configuration, it will work just fine.