Payment API backend implementation

Absolutely, your application can handle payment processing for two distinct Square accounts. Have you considered implementing OAuth for this purpose? By using OAuth, you can utilize a single application ID across multiple Square accounts. Each account will have its own unique access token, which you’ll use when making API calls to ensure that transactions are processed through the correct account. :slightly_smiling_face: