- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Integration of Void Methode in php
Hello
i have one problem.
I am using Void Method for cancellation the trasacation.it sucssfully run . but i want hide or remove sucess message which is comes after the approved the trasactions.
below are the message.
1|1|1|This transaction has been approved.|WRSMI7|P|2167661306|||0.00|CC|void||||||||||||||||||||||||||78485B2AF0597666EFD3494FA3E3B2F2|||||||||||||XXXX1111|Visa||||||||||||||||
and i am using below link for intregration
Thanks,
Deepak
12-27-2011 07:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hide it from who? No one sees it but you, the developer. Once you get the approval you can do whatever the business logic dictates you do. If that means discarding the approval and not displaying it to the user then that's perfectly fine. That example is just echoing out the results for testing purposes. You don't have to do that in your application.
-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger
NEW! Handling Authorize.Net's Webhooks with PHP
Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)
Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post
12-27-2011 07:14 AM - edited 12-27-2011 07:16 AM