Fake payment processing statements?

D

Deleted member 1024485

Guest
Are anyone able to make fake payment processing statements from some of the big merchant accounts; STRIPE, 2checkout etc. ?

PM ME
 
If you have accounts there, you can fake them yourself easily with javascript edit. All you need to do is visit the site you want to edit, paste this code:
Code:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
into your web browser address bar and hit the Enter button. Then simply select a portion of text on the page and start editing.
 
I believe you can also use the dev tools in firefox and chrome, view/inspect tools

select what you want to change and type over it.
 
Back
Top