Skip to Content
Menu
This question has been flagged
1545 Views

1. I have setup Authorize.net as the payment collector. 
2. The contact in Odoo has an active credit card on file

3. The way I create a payment is using json and send a request to Odoo to "create" into 

 "account.payment".

4. Following fields I send - 

"payment_type":"inbound",   "partner_type":"customer",      "partner_id"

  "amount"     "currency_id"   "payment_date"  "communication"  "payment_difference_handling":"open",

"journal_id"   "payment_method_id":3,   "payment_token_id":3,

"partner_bank_account_id":false,   "writeoff_account_id":false

along with the invoice information. 

However, the payment doesn't go through till Authorize.net 
i suspect, i am missing something. 
Any suggestion?

Avatar
Discard
Related Posts Replies Views Activity
3
Nov 24
934
0
Apr 24
561
2
Mar 24
3330
0
Nov 23
373
0
Mar 23
665