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
Request Body
{"bcmc"=>"<string>", "cartesBancaires"=>"<string>", "countries"=>"<string>", "cup"=>"<string>", "currencies"=>"<string>", "customRoutingFlags"=>"<string>", "diners"=>"<string>", "discover"=>"<string>", "eftpos_australia"=>"<string>", "enabled"=>"<string>", "girocard"=>"<string>", "ideal"=>"<string>", "interac_card"=>"<string>", "jcb"=>"<string>", "maestro"=>"<string>", "mc"=>"<string>", "storeIds"=>"<string>", "visa"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |