#Harpreet - ACH

1 messages · Page 1 of 1 (latest)

fair basin
#

Hey! Bit of a broad question! Is there a specific use case you're trying to account for?

severe gull
#

How to unlink bank account payment method from stripe

severe gull
fair basin
severe gull
#

Is any other stripe api that can support customer id and payment method id parameter to unlink bank account

fair basin
#

Why are you looking for another one ? could you please give more context

severe gull
#

like we have many customer, we want to remove payment method of specific customer

#

Like card is deleted by this service
var service = new CardService();
var result = service.Delete(customerId, cardId);

fair basin
severe gull
#

Okay thanks, that's good.