- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Authorize without Capture via AcceptJS?
My project requires authorizing a credit card for up to the maximum amount of days that Authorize.net allows, and then capturing the payment asynchronously upon approval and invoice from our client.
Right now, I'm currently leveraging AcceptJS UI's Hosted Payment Form for its compliance with PCI-DSS SAQ A, and purposefully avoiding the burden of complying with it if we made the form ourselves.
From what I understand based on the documentation, AcceptJS's authorizes the credit card and can only capture within 15 minutes upon receiving the payment nonce.
Therefore, am I right to assume the following:
1) AcceptJS must capture within 15 minutes of the payment nonce. Anything outside the range, the customer would need to input their credit card again within our application utilizing AcceptJS.
2) Without AcceptJS, I need to build a credit card form that communicates with Authorize.net's API (https://developer.authorize.net/api/reference/index.html#payment-transactions-authorize-a-credit-car...), and make sure that we build the infrastructure to be PCI-DSS SAQ A-EP compliant?
I hope that all made sense.
Many thanks in advance!
โ10-20-2022 03:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't want to deal with the hassle of PCI-DSS SAQ A compliance on my own, I'm using AcceptJS UI's Hosted Payment Form for the time being
โ11-03-2022 01:14 AM - last edited on โ11-03-2022 08:21 AM by Kh-SabW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm also using AcceptJS UI's Hosted
โ11-04-2022 01:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for this thread..