I was trying to update the payment method objects โfieldsโ using this endpoint.
But it gave me this error - PAYMENT_METHOD_FIELD_NOT_UPDATABLE - [NUMBER]
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?