post https://example.com/v2/account/donation/
Update donation settings for an account by external ID
Log in to see full request history
Responses
Update donation settings for an account by external ID
xxxxxxxxxx
curl --request POST \
--url https://example.com/v2/account/donation/external_account_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"donation_enabled": true
}
'
Try It!
to start a request and see the response here! Or choose an example: