Skip to content

Instantly share code, notes, and snippets.

@parkr
Last active December 16, 2015 13:48
Show Gist options
  • Save parkr/5444356 to your computer and use it in GitHub Desktop.
Save parkr/5444356 to your computer and use it in GitHub Desktop.
Download reports from Adyen
$COMPANY="CompanyName"
$PWD="secret"
$MERCHANT="MerchantAccountName"
wget --http-user=report%Company.$COMPANY --http-password=$PWD \
--quiet --recursive --accept '.csv' --no-check-certificate \
https://ca-live.adyen.com/reports/download/MerchantAccount/$MERCHANT/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment