Logo
API_DOC API Documentation

Set a payout schedule

POST {{baseUrl}}/updateAccount

Updates the description or payout schedule of an account.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://cal-test.adyen.com/cal/services/Account/v3/updateAccount' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"accountCode":"CODE_OF_ACCOUNT","payoutSchedule":{"schedule":"WEEKLY","action":"CLOSE"}}'

ENDPOINTS