return_url is ignored when creating partner merchant account
Yaroslav007
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Mar-13-2023
07:04 AM
return_url is ignored when creating partner merchant account, after onboarding only message about email confirmation
const data = {
'operations': [
{
'operation': 'API_INTEGRATION',
'api_integration_preference': {
'rest_api_integration': {
'integration_method': 'PAYPAL',
'integration_type': 'THIRD_PARTY',
'third_party_details': {
'features': [
'PAYMENT',
'REFUND'
]
}
}
}
}
],
'products': [
'EXPRESS_CHECKOUT'
],
'legal_consents': [
{
'type': 'SHARE_DATA_CONSENT',
'granted': true
}
],
'partner_config_override': {
}
};
const options = {
method: 'POST',
headers: {
'Authorization': 'Bearer ' + 'A21AALtVVokuz43_FMkrm5WPGlAoMaowuOUSm6Jg9lTzdPmyCkZtoskgfpCfpmU_9xZlrMswGUt9f1H21aA-FMDycxcJjGzxw',
'Content-Type': 'application/json'
},
body: JSON.stringify(data)
};
0 REPLIES 0

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
- PayPal Redirection Issue After Successful Payment in Photobooth Integration in Sandbox Environment
- This merchant account is not permitted to create Merchant Initiated Billing Agreement in PayPal Payments Standard
- NOT_ENABLED_TO_VAULT_PAYMENT_SOURCE error in some APIs / sandbox account in REST APIs
- Fails to Subscribe with Sandbox Personal Account in Sandbox Environment
- PayPal API - Sending partner-referrals keeps coming back as Unauthorised in REST APIs