File: README.md

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (68 lines) | stat: -rw-r--r-- 1,923 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Authorize.net

## Technical details

SDK: [Accept.js](https://developer.authorize.net/api/reference/features/acceptjs.html) version `1`

API: [Accept suite API](https://developer.authorize.net/api/reference/index.html) version `1`

This module renders a self-hosted payment form with regular (non iframe) inputs and relies on the
Accept.js SDK to send the payment details to Authorize.net through a secure connection. The JS
assets are loaded in JavaScript when the payment form is submitted.

Other communications with Authorize.net are performed via server-to-server API calls.

This combined solution allows the implementation of a simple direct payment flow whilst keeping the
front-end development efforts low. As payment details are retrieved in clear but are immediately
passed to the Accept.js SDK, the solution qualifies for SAQ A-EP.

## Supported features

- Direct payment flow
- Tokenization with or without payment
- Full manual capture
- Full refunds

## Missing features

- Partial manual capture
- Webhook notifications: not available

## Module history

- `16.1`
  - The "Authorize Currency" field is replaced by the generic "Currencies" field of `payment`.
    odoo/odoo#101018
- `16.0`
  - Archiving a token no longer deactivates the related payment method on Authorize. odoo/odoo#93774
- `15.4`
  - The support for full refunds is added. odoo/odoo#92279
- `15.0`
  - Support for ACH payments is added. odoo/odoo#75289
- `14.3`
  - The payment with redirection flow that existed alongside the direct payment flow is dropped.
    odoo/odoo#141661

## Testing instructions

An HTTPS connection is required.

https://developer.authorize.net/hello_world/testing_guide.html

## VISA

**Card Number**: `4111111111111111`

## MasterCard

**Card Number**: `5424000000000015`

## eCheck

**Bank Name**: whatever

**Name On Account**: whatever

**Account Number**: `123456`

**ABA Routing Number**: `121122676`