You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2023. It is now read-only.
Windcave has an option to charge a fee for paying by Credit card - this is calculated by windcave and applied to the transaction amount, this is on an account by account basis - you can't enable/disable for a given set of key/username.
I believe it's returned in the response with the key 'AmountSurcharge'.
Can your plugin be updated to capture this surcharge fee and make it available in the order details, and to also capture the totalAmount as the amount charged rather than AmountSettlement?
Currently, when processing an order with a surcharge we're seeing the order total set to AmountSettlement rather than TotalAmount
The walkthrough snaps below might help.
There's a couple of ways this could be achived I'm thinking.
Add an option to the gateways - Payments for this gateway can incur a surcharge fee.
I say 'can' - because if the gateway allows A2A and CC, the surcharge is only added to CC payments.
When this setting is enabled, then the plugin would know to look for the AmountSurcharge value etc.
2: No extra settings, just update the plugin to always look for a AmountSurcharge value and to always use the TotalAmount value.
Happy to help with any other information you might need to get this over the line.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
This could probably be achieved by using Event hooks. I'm just not sure there is one currently in the right spot for what you are trying to do. You'd need to grab the response from Windcave (Gateway) find that amount and then make modifications to the order.
Unfortunately this is out of the scope of this plugin.
Windcave has an option to charge a fee for paying by Credit card - this is calculated by windcave and applied to the transaction amount, this is on an account by account basis - you can't enable/disable for a given set of key/username.
I believe it's returned in the response with the key 'AmountSurcharge'.
Can your plugin be updated to capture this surcharge fee and make it available in the order details, and to also capture the totalAmount as the amount charged rather than AmountSettlement?
Currently, when processing an order with a surcharge we're seeing the order total set to AmountSettlement rather than TotalAmount
The walkthrough snaps below might help.
There's a couple of ways this could be achived I'm thinking.
I say 'can' - because if the gateway allows A2A and CC, the surcharge is only added to CC payments.
When this setting is enabled, then the plugin would know to look for the AmountSurcharge value etc.
2: No extra settings, just update the plugin to always look for a AmountSurcharge value and to always use the TotalAmount value.
Happy to help with any other information you might need to get this over the line.
Thanks in advance.
The text was updated successfully, but these errors were encountered: