Retrieve withdrawal settings

Parameters


No parameters.

Returns


Returns a withdrawal settings object.

Example request


curl 'https://api.impact.com/Mediapartners/<AccountSID>/WithdrawalSettings' \
  -X GET \
  -u '<AccountSID>:<AuthToken>' \
  -H 'Accept: application/json'

Example response


{
  "PaymentMethod": "BANK_TRANSFER",
  "PaypalEmailAddress": "",
  "BankCountry": "US",
  "BeneficiaryAccountName": "ACME Inc",
  "BeneficiaryClassification": "",
  "BeneficiaryAlternativeName": "",
  "BeneficiaryTaxPayerId": "",
  "BankAccountType": "CHECKING",
  "BankAccountNumber": "XXXXXXX8910",
  "SwiftCode": "",
  "RoutingCode": "XXXXXXX45",
  "VoCode": "",
  "AgencyCode": "",
  "BankAddress": "",
  "BankPostalCode": "",
  "BankCity": "",
  "BankState": "",
  "BranchCode": "",
  "PaymentSchedulingType": "BALANCE_THRESHOLD",
  "PaymentThreshold": "50.00",
  "PaymentDay": "0",
  "Uri": "/Mediapartners/<AccountSID>/WithdrawalSettings"
}