Hi all,
I have an intuition on how to use multiple location ids, but I wanted to check with you .
Here is our flow of square.
Customer enters his card information and using web payments sdk, the token (nonce) is generated and is sent to the backend for creating a payment.
I have followed example from here.
Note: We only use location id in web payment sdk
We want to use Location ID to differentiate banks, so for certain type of customers we want to use bank X for payment/refunds/etc. and for other types of customer we want to use bank Y, Z…
Our business domain requires that for certain group of customers we use a different banks (location id). From the current context that I have, the only thing that comes up to my mind is that the backend (server) to send a location id for the logged in customer and use that location id to create web payment sdk.
What’s your opinion on this, do you have any suggestions?