return_url is ignored when creating partner merchant account

Yaroslav007
Contributor
Contributor

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)
};
Login to Me Too
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.