#lp

1 messages · Page 1 of 1 (latest)

halcyon nestBOT
remote folio
#

setup_future_usage isn't something you collect, it specifies how you expect to use this payment method

hollow fulcrum
#

🤔 I see

#

I get what you mean on setup_future_usage,
but then I would like to understand with the given elements on the rendered form (see image), and assuming a manually input ACH account, how can I handle/get the mandate data from the client-side and send it to the server. Is that possible?

remote folio
#

So it looks like the three relevant things you will be passing in are accepted_at , ip_address, and user_agent

#

Accepted at is when the user accept's their mandate, the IP and user agent are usually included as part of the HTTP protocol when any calls are made from the client to the server

#

So whatever server library you have should have a way to access them on your endpoint