Skip to content

Payzen rest

Cédric Le Ninivin requested to merge payzen-rest into master

Move to Payzen rest

  • Uses ""
  • Add order_id on payments as it is not possible to query transaction by transaction id, only by order_id
  • Update to new "Transaction lifecycle"
  • Add field for Api rest Key
  • For Now do not cancel a transaction when not found due to the new way to get transaction, the one passed before the update won't be found by the system. test_processUpdate_oldNotFoundOnPayzenSide on purpose in the meantime.
Edited by Rafael Monnerat

Merge request reports