cancel
Showing results for 
Search instead for 
Did you mean: 

PCard implementation for punchout

Former Member
0 Kudos

I need to implement PCard for punchout users and the CXML provides the payment tags for the same. My question is,

Does it contain only card number and expiry date? If so, how to do verify the card or on what basis it will be verified?

Any links or pointers will help about PCard implementation.

Thanks, Vijay

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Vijaya,

To implement pcards, you should have the token for pcard saved in the card type. What we do is map the last four digits of pcard on the punchout request to any of the available pcards on the b2bunit. If it matches then we go ahead and pull the token from the type. So for pcards, we only place authorization calls to check if the token is authorized, if it does we place the order with payment method as pcard. If it doesnt gets authorized, we still place the order with payment method as invoice but thats how our business team wanted it.

Please let me know if you have any other questions on this.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks abhinav, it helps!