# Unable to update payment method object fields

**URL:** https://community.rapyd.net/t/unable-to-update-payment-method-object-fields/1552
**Category:** 🙋🏽‍♀️🙋🏽‍♂️ Ask Questions
**Tags:** collect-api
**Created:** [April 7, 2022, 6:37am UTC](https://community.rapyd.net/t/unable-to-update-payment-method-object-fields/1552 "2022-04-07T06:37:10Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![GermaVinsmoke](https://sea2.discourse-cdn.com/flex016/user_avatar/community.rapyd.net/germavinsmoke/32/1549_2.png) [@GermaVinsmoke](https://community.rapyd.net/u/GermaVinsmoke)
#### Post date: [April 7, 2022, 6:37am UTC](https://community.rapyd.net/t/unable-to-update-payment-method-object-fields/1552/1 "2022-04-07T06:37:10Z")

</div>

I was trying to update the payment method objects “fields” using [this](https://docs.rapyd.net/build-with-rapyd/reference/customer-payment-method-object#update-payment-method) endpoint.

But it gave me this error - PAYMENT\_METHOD\_FIELD\_NOT\_UPDATABLE - [NUMBER]

```auto
body: {
    status: {
      error_code: 'PAYMENT_METHOD_FIELD_NOT_UPDATABLE - [NUMBER]',
      status: 'ERROR',
      message: 'The request tried to update a payment method of a customer, but it tried to set a new value for a field that does not exist or is not modifiable. The request was rejected. Corrective action: Do not change the value of the field named at the end of the error code.',
      response_code: 'PAYMENT_METHOD_FIELD_NOT_UPDATABLE - [NUMBER]',
      operation_id: '000de2f3-fddf-4917-8d9d-6cd4f285443e'
    }
  }

```

From this message, what I understood is that only some of the fields are modifiable, so can someone tell me what all fields are modifiable in a card payment object?

---

<div class="post-metadata">

### Author: ![Community\_Team](https://avatars.discourse-cdn.com/v4/letter/c/46a35a/32.png) [@Community\_Team](https://community.rapyd.net/u/Community_Team)
#### Post date: [April 8, 2022, 11:22pm UTC](https://community.rapyd.net/t/unable-to-update-payment-method-object-fields/1552/2 "2022-04-08T23:22:48Z")

</div>

Thanks @GermaVinsmoke, are you looking at payment methods in APAC?

You can find out many fields are updatable with the object `is_updatable`.

Depending on the payment method you are trying to update may be `card_` or `other_`.

You can find the parameters for updating card fields or other fields which may not have many fields to update since this is not directly passed through the API (e.g. bank redirect).

I do see you are trying to update a Number is this a card number field for a country in APAC?
