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
I'm ultimately looking to call this method (/api/lookup/fees) using a customer vault record rather than a bin and looked to this library to see how to format the API call only to find that it doesn't exist in this library.
Any assistance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Thanks for reaching out. I completely understand your need for the fee calculation endpoint. I know we currently have docs for it but I would suggest not using that endpoint right now as we are actively making updates to that endpoint and fields are subject to change. I know that might now be ideal right now but we need to make sure we get the fee calculation perfect and dont want to rush it.
Do you have a specific set of values you need to pass and exactly what you expect to get back that i can make sure is perfected in the next upcoming updates?
Thanks for the info @bvoelker. Being able to calculate fees from the server rather than the browser (via the tokenizer) is a mandatory requirement for my customer.
Given a customer vault record and amount to be charged, I'm looking to get back the surcharge amount for the transaction.
In the docs: https://sandbox.fluidpay.com/docs/api/#fee-calculation
I'm ultimately looking to call this method (
/api/lookup/fees
) using a customer vault record rather than abin
and looked to this library to see how to format the API call only to find that it doesn't exist in this library.Any assistance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: