payment-methods

Update payment method

Partially updates a payment method by its identifier. The code is immutable.

patch/api/v1/payment-methods/{id}

Path parameters

idstring uuid required
Example:6f0d9c5a-7d4d-4f6a-9b6a-2b5a0b5a0b5a

Payment method identifier (UUID v4).

Request body

namestring
activeboolean
metadataobject nullable

Response

Payment method updated.

idstring required
codestring required
namestring required
activeboolean required
metadataobject nullable required
created_atstring required
updated_atstring required

Changes