Logo
Adyen APIs API Documentation

Changes the status of the payment method.

POST {{baseUrl}}/changeStatus

Changes the status of the provided payment method to the specified status.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://pal-test.adyen.com/pal/servlet/StoredValue/v46/changeStatus' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"amount":"\u003cstring\u003e","merchantAccount":"\u003cstring\u003e","paymentMethod":"\u003cstring\u003e","recurringDetailReference":"\u003cstring\u003e","reference":"\u003cstring\u003e","shopperInteraction":"\u003cstring\u003e","shopperReference":"\u003cstring\u003e","status":"\u003cstring\u003e","store":"\u003cstring\u003e"}'

ENDPOINTS