• Resolved warthogair

    (@warthogair)


    Could you add support for these two items so MyWorks can sync my orders to Quickbooks?

    • The WooCommerce order needs to have a payment method that’s set to an actual payment method on your store, like “Credit Card”, and not Other: https://myworks.d.pr/i/CSi3kK
    • The WooCommerce order needs to have a meta field of “stripe_fee” or “transaction_fee” for us to know what the actual transaction fee is:?https://myworks.d.pr/i/1zL1FX
Viewing 1 replies (of 1 total)
  • Plugin Author bfl

    (@bfl)

    I think what you want should be possible with some hooks.

    If you use the hook mentioned here, you can expand the latest_charge.balance_transaction field by doing $request['expand'][] = 'latest_charge.balance_transaction';, and then you can use the technique mentioned here to make whatever changes you want to the order.

    I’m occupied currently, so I can’t offer much more than that.

Viewing 1 replies (of 1 total)
  • The topic ‘Meta Field For Stripe Fee’ is closed to new replies.