ADD NEW FEATURES TO THE ODOO 14 COMMUNITY "PAYMENTEZ PAYMENT BUTTON" MODULE, BASED ON THE API THEY PROVIDE.
Budget: $10 – $30 USD
Looking for someone who has experience developing and implementing payment buttons for ODOO, preferably someone who has already developed a payment button PAYMENTEZ.
* FEATURES TO ADD *
- That the client can choose a debit or credit card
When you choose a credit card you can choose the deferred months you want with or without interest
- That the store pass detailed values to paymentez such as the subtotal and total VAT.
I attach an example:
"order": {
"amount": 5.0,
"taxable_amount": 4.46,
"tax_percentage": 12,
"description": "pozole",
"dev_reference": "reference",
"vat": 0.54
},
note: maximum must be 2 decimal places.
- In the email add the codes of "id", "authorization_code"
-Add the validation of the banks (attach the cvc of the card in the request)
INCOME OF CVC AT THE TIME OF DEBIT.
When sending a debit through the debit with method
token must ask for the CVC of the card for validation reasons
Once the client enters the cvc, the merchant must capture
said code and add it in the request of the debit with token that go
to send to Paymentez
(I attach a screenshot of where to pass this parameter), that validation is
must do for all cards.
* FEATURES TO ADD *
- That the client can choose a debit or credit card
When you choose a credit card you can choose the deferred months you want with or without interest
- That the store pass detailed values to paymentez such as the subtotal and total VAT.
I attach an example:
"order": {
"amount": 5.0,
"taxable_amount": 4.46,
"tax_percentage": 12,
"description": "pozole",
"dev_reference": "reference",
"vat": 0.54
},
note: maximum must be 2 decimal places.
- In the email add the codes of "id", "authorization_code"
-Add the validation of the banks (attach the cvc of the card in the request)
INCOME OF CVC AT THE TIME OF DEBIT.
When sending a debit through the debit with method
token must ask for the CVC of the card for validation reasons
Once the client enters the cvc, the merchant must capture
said code and add it in the request of the debit with token that go
to send to Paymentez
(I attach a screenshot of where to pass this parameter), that validation is
must do for all cards.