v1
latestOpenAPI 3.0.12026-07-2699111970.1 KBPayment Methods
Update a payment method
Updates a payout method's billing details or default status. Only default and billingDetails can be modified; the account type and account numbers are immutable after creation. The request body must contain at least one of these fields.
API scope required: payment-methods.update
patch/unstable/payment-methods/{paymentMethodId}
Path parameters
paymentMethodIdstring uuid required
UUID of the payment method.
Query parameters
userLocatorstring
Identifies the target user. Format: <type>:<value> (e.g., email:alice@example.com, userId:abc123). Required with server API key auth; ignored with JWT.
Request body
Response
Updated PaymentMethod object.