Update an existing instance of the PaymentMethod object.Copy Pageput https://{server_address}/ResourceServer/api/v10/PaymentMethod/{id}Path ParamsidintegerrequiredBody ParamsDefines a configured payment method for an account.namestringpaymentTypeIdnumberUnique identifier for the associated PaymentType object.paymentTypeNamestringThe name of the object associated with the paymentTypeId property.accountIdnumberUnique identifier for the associated Account object.accountNamestringThe name of the object associated with the accountId property.descriptionstringpaymentMethodIdentifierstringisActivebooleantruetruefalseautopaybooleantruetruefalsetransactionTokenstringattributesstringpaymentProviderIdnumberUnique identifier for the associated PaymentProvider object.paymentProviderNamestringThe name of the object associated with the paymentProviderId property.paymentMethodTokenstringcardExpirationstringdeactivationReasonTypeIdnumberUnique identifier for the associated DeactivationReasonType object.deactivationReasonTypeNamestringThe name of the object associated with the deactivationReasonTypeId property.Responses 200Update a PaymentMethod 400The request could not be processed.Updated 2 months ago