Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 287 results for
stripe
- Page 1
Re: Looking for a online dating service template
Digital Media
UI / UX Design
1 Month Ago
by Alex_188
Hi Tim, check out ThemeForest or TemplateMonster for dating templates with profiles, location filters, and payment options. Choose ones with good documentation and
Stripe
or PayPal integration for secure payments. This’ll help you avoid building from scratch and focus on customizing while learning payment setups gradually. Good luck!
bug checkout stripe with setup google tag manager block third party cookies
Programming
Web Development
4 Years Ago
by Naj_1
…viewed_cookie_policy | contains | yes TAG : <script src="https://js.
stripe
.com/v3/"></script> (i have try… for donation and i'm redirect " https://checkout.
stripe
.com/pay/ " the page not loading and are… because with this configuration, the third cookie " js.
stripe
.com/v3/ " are load when people come on …
can't charge payment through stripe payment gateway
Programming
Mobile Development
6 Years Ago
by Saboor880
…. I am developing an e-commerce android app and integrating
Stripe
payment gateway in it and using Google Fire base as… real time database. I browsed the official website of
stripe
and took the source code from there. I used my… using that token. That means no transaction shows on my
stripe
account. I am pasting my code, guide me what should…
PhP stripe images
Programming
Web Development
6 Years Ago
by Ben_33
… production // See your keys here: https://dashboard.
stripe
.com/account/apikeys \
Stripe
\
Stripe
::setApiKey('sk_test_Bv1CxPqIn7LFeZ8MGvUKHu0h00rFUx2JlI'); $session = \
Stripe
\Checkout\Session::create([ 'payment_method_types' => ['card'], 'line_items…
Create stylish Stripe forms without coding (feedback wanted)
Programming
Web Development
4 Years Ago
by Renat
…a web app that helps you to create custom design
Stripe
forms without coding. It does not require any front… development. Just pick a template, customize its look, add
Stripe
API keys, paste the generated code into your page, add… products in your
Stripe
dashboard, and you are ready to collect payments. Here'…
Barcode or Black stripe
Programming
Web Development
16 Years Ago
by veledrom
Hi, I am trying to create id card with picture and some personal information. It should use either barcode or black
stripe
behind the card. How can use PHP to produce barcode or black
stripe
? Thanks
Reading data from magnetic stripe reader
Programming
Software Development
13 Years Ago
by devilishloki
… wondering if someone could help me. I have a magnetic
stripe
reader, that uses KB wedge, but since my laptop doesnt… with usb extension. I want to make a simple magnetic
stripe
reading program, that just reads and displays data read from…
Re: Create stylish Stripe forms without coding (feedback wanted)
Programming
Web Development
4 Years Ago
by rproffitt
Can you write how this is unique? Why I ask is it seems to be a common offering as I read https://
stripe
.com/partners/apps-and-extensions/form-building I can't find at your site information about cost, overhead, privacy, security statements and where this is hosted as well how to backup and restore what would be my work.
Re: Barcode or Black stripe
Programming
Web Development
16 Years Ago
by ShawnCplus
The black
stripe
is magnetic, as far as I know PHP can't charge magnets. There are however quite a few libraries to create barcodes. Google for a "PHP Barcode class"
Lacie 500GB Stripe Issue
Hardware and Software
Hardware
18 Years Ago
by alexbohner
… 250GB disks in my system, rather than one single 500GB.
Stripe
lost. Somehow, someway I need to restripe these disks. I…
Re: Lacie 500GB Stripe Issue
Hardware and Software
Hardware
18 Years Ago
by alexbohner
… be a method to tell the controller to intiate the
stripe
, I just don't know enough about it.
Help for credit magnetic stripe Card reader
Programming
Software Development
17 Years Ago
by tusharvichare
Hi, I am working with payment system for that i want to implement Credit card read system. I am using Magtek Intellistripe-65 (Magnetic
Stripe
Card) Card. I have write code for Opening Port & it is working. I am not able to open or access device. Please help me. I am using MicroSoft communication Dialog box (MSCOMM.Ocx).
magnetic stripe reader
Programming
Software Development
15 Years Ago
by stockton
I need to produce a program that would process/read a magnetic
stripe
card within a windows kiosk environment and would prefer doing this in C or C++. Could someone suggest pointers/recommendations about where one should start?
php and stripe
Programming
Web Development
11 Years Ago
by dinhunzvi
does
Stripe
work in a developmental environment?
Re: php and stripe
Programming
Web Development
11 Years Ago
by cereal
You can use their **test mode**: * https://
stripe
.com/docs/testing bye!
Re: Help for credit magnetic stripe Card reader
Programming
Software Development
14 Years Ago
by SujithaK
… the customer swipes the credit card in TMSR Series Magnetic
Stripe
Card Reader, It should automatically display the total information of…
Re: PhP stripe images
Programming
Web Development
6 Years Ago
by rproffitt
Welcome to DaniWeb. I wonder if you clicked the submission button too soon and forgot to add a question such as: > Why do I get the error "failed to open stream"?
Re: Reading data from magnetic stripe reader
Programming
Software Development
13 Years Ago
by Momerath
How does the reader connect to your computer?
Re: Reading data from magnetic stripe reader
Programming
Software Development
13 Years Ago
by devilishloki
it uses the KB wedge but since my computer doesn't have that, i am using it with USB extension.
Re: Reading data from magnetic stripe reader
Programming
Software Development
13 Years Ago
by Momerath
You can use [URL="http://www.icsharpcode.net/OpenSource/SharpUSBLib/default.aspx"].NET USB Library[/URL] to read from it.
Re: Reading data from magnetic stripe reader
Programming
Software Development
13 Years Ago
by nick.crane
It is also possible that the USB device is added as a virtual serial port. (It should show up under Ports in the Device Manager). If this is the case then you could(should) use RS232 to communicate with the card reader.
Re: Lacie 500GB Stripe Issue
Hardware and Software
Hardware
18 Years Ago
by Dani
I have the exact same LaCie drive connected to my mac. I was able to use DiskWarrior to repartition and reformat it about a year or two ago.
Re: Help for credit magnetic stripe Card reader
Programming
Software Development
16 Years Ago
by vyeni
I am having the same issue.
Re: Help for credit magnetic stripe Card reader
Programming
Software Development
15 Years Ago
by charitha_sharma
Hello this is CHaritha I have also having the same problem please if you get any information do mail me thank you Charitha
Re: Help for credit magnetic stripe Card reader
Programming
Software Development
15 Years Ago
by vyeni
The Magtek Intellistripe 65 comes with a working example (check the Magtek 65 SDK's). I made a request for the source code in their forums. It was a VB Application. We converted the VB Code into a .NET dll. Apart from this, you will have to create an registry entry for the device.
Re: magnetic stripe reader
Programming
Software Development
15 Years Ago
by Ancient Dragon
Depends on how the card reader is attached to the computer. If its attached to a COM port then use [URL="http://msdn.microsoft.com/en-us/library/aa363194%28VS.85%29.aspx"]MS-Windows communications functions[/URL].
Re: magnetic stripe reader
Programming
Software Development
15 Years Ago
by stockton
I suspect that it is connected via USB. I have asked my user to check and await their reply.
Re: magnetic stripe reader
Programming
Software Development
15 Years Ago
by Ancient Dragon
I've never tinkered with usb so I don't know the answer to your question. The ones I have used were connected to COM port.
Re: magnetic stripe reader
Programming
Software Development
15 Years Ago
by Talguy
it could be connected to the computer via a USB port but even though that device is physically using the usb port it could be functioning as a virtual com port. If it is you can use any serial port library that is compatible with windows to read the data that is on the magnetic strip.
Warning: stream_socket_client() [function.stream-socket-client]: SSL: conne
Programming
Web Development
10 Years Ago
by tNicknames
…-socket-client]: SSL: connection timeout in D:\xampp\htdocs\edplace_live\
stripe
\
stripe
\lib\
Stripe
\ApiRequestor.php on line 374 Warning: stream_socket_client() [function.stream…-client]: Failed to enable crypto in D:\xampp\htdocs\edplace_live\
stripe
\
stripe
\lib\
Stripe
\ApiRequestor.php on line 374 Warning: stream_socket_client() [function.stream…
1
2
3
5
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC