{
"account_number": "4417119669820331",
"account_number_type": "IBAN",
"account_type": "SAVINGS",
"account_name": "Ramraj",
"check_type": "PERSONAL",
"auth_type": "WEB",
"bank_name": "CITI",
"country_code": "US",
"first_name": "Ramraj",
"last_name": "K",
"birth_date": "1987-08-13",
"external_customer_id": "690ace9e13687",
"billing_address": {
"line1": "52 N Main St",
"city": "Johnstown",
"state": "OH",
"country_code": "US",
"postal_code": "43210",
"phone": "408-334-8890"
}
}Got Http response code 403 when accessing https://api.sandbox.paypal.com/v1/vault/bank-accounts.
{
"name": "NOT_AUTHORIZED",
"debug_id": "67622c570fc1a",
"message": "Authorization failed due to insufficient permissions.",
"details": [
{
"issue": "NOT_AUTHORIZED",
"description": "Authorization failed due to insufficient permissions."
}
]
}