Logo
Adyen APIs API Documentation

Update a payment method

PATCH {{baseUrl}}/merchants/:merchantId/paymentMethodSettings/:paymentMethodId

Updates payment method details for the merchant account and the payment method identified in the path. To make this request, your API credential must have the following role: * Management API—Payment methods read and write

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PATCH 'https://management-test.adyen.com/v3/merchants/:merchantId/paymentMethodSettings/:paymentMethodId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"bcmc":"\u003cstring\u003e","cartesBancaires":"\u003cstring\u003e","countries":"\u003cstring\u003e","cup":"\u003cstring\u003e","currencies":"\u003cstring\u003e","customRoutingFlags":"\u003cstring\u003e","diners":"\u003cstring\u003e","discover":"\u003cstring\u003e","eftpos_australia":"\u003cstring\u003e","enabled":"\u003cstring\u003e","girocard":"\u003cstring\u003e","ideal":"\u003cstring\u003e","interac_card":"\u003cstring\u003e","jcb":"\u003cstring\u003e","maestro":"\u003cstring\u003e","mc":"\u003cstring\u003e","storeIds":"\u003cstring\u003e","visa":"\u003cstring\u003e"}'

ENDPOINTS