• Resolved manskow

    (@manskow)


    Hi!

    I am building a payment solution for video content, where the end result of the transaction is a combo of the resource ID and a unique identifyer.

    The identifyer along with the URL to view the resource is displayed to the user AND sent to their email address upon payment completion.

    We are, however, concerned that the user may NOT have access to their VIPPS email, hence the need to explore whether this code (generated BEFORE sending the user to the payment gateway) may be included in the listing which appears within the VIPPS app.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Iver Odin Kvello

    (@iverok)

    I’m not at all sure I understand your problem, but the only metadata you can send to the Vipps app, which is displayed in the Vipps app, is the “transaction text”, which should be 99chars or less. You can modify this with the following filter:

    apply_filters('woo_vipps_transaction_text', $transactionText, $order);

    The second argument is the WC_Order object. Normally the text will be “Confirm your order from <your store name>”.

    Thread Starter manskow

    (@manskow)

    @iverok perfect – that should cover our needs – which are to ensure that the client can have an easily accessible record of what their access code is.

    Plugin Author Iver Odin Kvello

    (@iverok)

    OK, I’m glad the problem can be solved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Order meta info to Vipps’ is closed to new replies.