I am trying to generate 2 Merchant defined data fields onto the receipt that is generated by cybersource. I have tried to pass the field names in the Payment_form.php and the payment_confirmation.php files but still no success. Can anyone walk me thru this?
Solved! Go to Solution.
01-13-2025 03:46 PM
To use Merchant Defined Data (MDD) fields in Secure Acceptance with CyberSource, here’s a step-by-step guide:
Define MDD Fields in CyberSource:
Pass MDD Fields in the Payment Request:
Handle the MDD Fields in the Response:
Display MDD Fields on the Confirmation Page:
Test the Integration:
Troubleshoot:
By following these steps, you should be able to integrate and display Merchant Defined Data fields successfully in your payment flow.
01-17-2025 07:04 AM
Hi kerawill,
Thanks for the assist, I was able to figure it out and make it work. I had trouble knowing where to place the code exactly. I had to use a var string to properly grab the information from the fields the customer fills out.
01-20-2025 08:50 AM
To use Merchant Defined Data (MDD) fields in Secure Acceptance with CyberSource, here’s a step-by-step guide:
Define MDD Fields in CyberSource:
Pass MDD Fields in the Payment Request:
Handle the MDD Fields in the Response:
Display MDD Fields on the Confirmation Page:
Test the Integration:
Troubleshoot:
By following these steps, you should be able to integrate and display Merchant Defined Data fields successfully in your payment flow.
01-17-2025 07:04 AM
Hi kerawill,
Thanks for the assist, I was able to figure it out and make it work. I had trouble knowing where to place the code exactly. I had to use a var string to properly grab the information from the fields the customer fills out.
01-20-2025 08:50 AM