#arvindkgs-subscriptions
1 messages · Page 1 of 1 (latest)
hello! can you explain why you're looking for all customers to have a shared payment destination?
This is an ask from the business partner. The business partner manages these customers, and makes payment for the customers.
it's not possible to have the different customers have the same payment destination. We identify which customer the payment is for based on the unique bank account number
there's always workarounds, but there's going to be a lot of custom logic and implementation involved. For example, one way I can think of is to represent the business partner as the Customer instead. Then either create the subscriptions with metadata representing the customers that the business partner manages (i'm not certain off the top of my head if the generated bank number will be the same for each Subscription also - you can try this out). Or if the business partner wants to just transfer one lump sum, then you'll literally need to build everything out from scratch i.e. have the business partner transfer to the bank account, then you could apply that amount to the customer balance, and then manually charge and/or adjust the customer balance