Hello,
The company I work for has a web based ERP system (written in PHP). We are currently linked with auth.net. We store the CC details in our software, then, to process the CC, we send to auth.net invoice details (invoice #, amount, details) and customer details (customer name, CC#, etc).
Currently, all charges are 'card not present.' We want to be able to process the as 'card present,' but I could not find how in the API. Can someone please link it for me? If you need more info, please let me know and I can speak with our developers (they do not speak English). Thank you.
08-16-2024 03:19 PM
To process credit card transactions as "card present" using the Authorize.Net API, you'll need to make some changes compared to how you currently process "card not present" transactions. "Card present" transactions typically involve in-person payments where the card is physically present, often requiring the use of additional hardware such as a card reader.
Here’s a general guide to help you get started:
Authorize.Net offers a specific API for "Card Present" transactions. This is different from the standard "Card Not Present" API and is designed for use with point-of-sale (POS) systems.
For card present transactions, you’ll typically need a Transaction Key and Signature Key. These are required to authenticate your API requests.
In "Card Present" transactions, additional data might be required:
Authorize.Net may require that your system undergo certification to ensure compliance with their security standards for card present transactions.
Since your developers may not speak English, consider having a translator or documentation in their language. They will need to implement the necessary changes in your system to handle the specific requirements for card present transactions.
If you’re having trouble finding specific information or need additional assistance, contacting Authorize.Net support directly might be the most effective route. They can provide detailed guidance and any additional documentation you might need.
08-18-2024 08:50 AM
@BashDang1The hyperlink doesn't work to the API. Can you link it again please. Thank you.
I know card present is for a situation with a physical terminal, however, I know other platforms can set all transactions to card present. Is that possible with auth.net without having the physical card present?
08-19-2024 10:21 PM
Hi @BashDang1 , can you please provide the hyperlink. It doesn't work. Thank you.
08-22-2024 05:15 PM
Hello dear where is the hyperlink. I think it is not working
09-03-2024 09:21 PM