updatePaymentMethodWith

Updates mutable fields on an existing payment method.

Return

A pair of the updated payment method and a networking error.

Parameters

paymentMethodId

The unique identifier of the payment method to update.

request

The fields to update (expiration date and/or billing address).


Updates mutable fields on an existing payment method and delivers the result to a callback.

Parameters

paymentMethodId

The unique identifier of the payment method to update.

request

The fields to update (expiration date and/or billing address).

completionHandler

Called with the updated payment method on success, or a NetworkingError on failure.