Skip to main content
PUT
/
customers
/
{customerId}
/
payment-methods
/
{paymentMethodId}
/
preferred
Update customer preferred payment method
curl --request PUT \
  --url https://api.example.com/customers/{customerId}/payment-methods/{paymentMethodId}/preferred
{}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

customerId
string
required

the customer id

paymentMethodId
string
required

Query Parameters

whenAt
string

Optional: the whenAt datetime

Response

The response is of type object.