Closed joeribekker closed 7 months ago
Refinement after reading the Ogone documentation:
ORDERID
parameter is described as a unique order number in the "legacy" documentation, and as a merchant order reference in the Ingenico docs (and an example with letters is given). It is thus probably safe to include letters in it, but this will have to be tested with VCR tests.Tasks:
payment_order_id_prefix
in the global config still relevant? Is order_id
vs public_order_id
still relevant?Discussed with Utrecht (Taiga 200), and the solution as described with the number of attempts wasn't done conform spec of this Github issue:
"we kunnen de prefix met het jaartal er wel afhalen, maar wat na het zaaknummer komt staat nu als volgt gedefinieerd OF-nummer/xxx. Dat moet OF-nummer_xxx zoals ook in het betreffende github issue stond"
Ref: Taiga UTR 159
The referencenumber (
OF-<xxxxxx>
or<zaaknummer>
) should be set as payment reference. Currently, OF uses a separately generated number.If we have payment retries we could do:
{{ zaaknummer }}_{{ poging }}
if neededSince the transaction numbers need to be unique, we need to make sure the OF-numbers are "made unique" maybe by adding a prefix or whatever.
criteria