NOT ENABLED TO VAULT PAYMENT SOURCE
tinduong
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Dec-07-2024
06:44 AM
Getting such error from v3 setup-tokens endpoint.
{
"additional_properties": {},
"body": {
"name": "NOT_AUTHORIZED",
"message": "Authorization failed due to insufficient permissions.",
"debug_id": "f53829190a44f",
"details": [
{
"issue": "NOT_ENABLED_TO_VAULT_PAYMENT_SOURCE",
"description": "The API caller or the merchant on whose behalf the API call is initiated is not allowed to vault the given source. Please contact PayPal customer support for assistance."
}
],
"links": [
{
"href": "https://developer.paypal.com/docs/limited-release/payment-tokens/v3/api/#error-FORBIDDEN",
"method": "GET"
}
]
},
"duration_time": "xxxxxx",
"header": {
"APPLICATION_ID": "APP-80W284485P519543T",
"Access-Control-Expose-Headers": "xxxxxx",
"BORDER-IP": "xxxxxx",
"CALLER_ACCT_NUM": "ZW4HJ29GX9VGA",
"Date": "Sat, 07 De[Removed. Phone #s not permitted]GMT",
"Keep-Alive": "xxxxxx",
"PayPal-Gateway-Metadata": "xxxxxx",
"SERVER_INFO": "xxxxxx",
"Server-Timing": "xxxxxx",
"paypal-debug-id": "f53829190a44f"
},
"status": 403
}
Sandbox Account ID: ZW4HJ29GX9VGA
Vault has been enabled on the Rest API app.
1 REPLY 1
tinduong
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dec-09-2024
12:09 AM
@MTS_Jennifer I see you helped with another similar issues. Would you be able to take a look and add relevant permissions to my sandbox account? Also not sure if the same issue occur on live account.
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- p is not a function error using the example downloaded from Paypal in SDKs
- Advance checkout in Braintree Server-side Integration (PHP, Java, .NET, Ruby, Python, NodeJS SDKs)
- How to enable on-demand / recurring payments to existing PayPal checkout? in SDKs
- Help with error saying API call is initiated is not allowed to vault the given source. in REST APIs