put
https://secure.fusebill.com/v1/paymentMethods/achCard
This function allows you to replace an ACH card payment method on a customer. It returns the updated Payment Method on success, which will have a new Fusebill generated ID
GET/PUT patternSince the DTO returned by the GET methods contain masked account numbers (e.g. '***1234'), the usual GET/PUT pattern does not work for updating ACH cards. To update this payment method, read the DTO from a GET, then add in the unmasked
accountNumberandtransitNumber. Use that JSON as the payload for this PUT request
200