We’re doing an implementation where we will have our App processing payments on behalf of multiple different sellers. However, the app will have a single customer record with cards attached to that record which will need to be passed for payment with any one of those sellers depending on the location they select. I know from a previous post that this means we’ll have to create that customer in every seller account we have linked through OAUTH, but how do we go about attaching the payment methods? If we collect card details through the In-App Payment SDK and get a payment nonce back, can we then attach that payment nonce to that customer’s customerID in every seller account? Is there an easier way to do this?
If the solution is that we need to attach that to their profile in every seller account - that’s OK, but we would need to be able to re-use the card nonce across multiple seller accounts with the customer ID in each account. Is this something we can do?