Merchant account creation issue

roopasoft2017
Contributor
Contributor

Hi Team,
 
I am trying to create a merchant account with restful api service ,can you please help regarding below issue
 
issue :
 
name: "AUTHORIZATION_ERROR",
 message: "Caller is not authorized to access this resource",
debug_id: "f6c0c84229f2e"

 

    $http({
                         url: "https://api.sandbox.paypal.com/v1/customer/partners/merchant-accounts",
                        method: "POST",
                        headers: {
                            'Authorization': 'Bearer ' + inputkey,
                        },
                        contentType: 'application/json',
                        data: $scope.inputdata
                    }).then(function (response, status) {
                        var pp = response.data;
                    },
                        function (err) {
                            alert(err);
                        });
 
                }

Login to Me Too
5 REPLIES 5

MTS_Andre
Moderator
Moderator

Hi, the PayPal for Marketplaces is a limited-release solution at the moment, both live and in Sandbox. Anyway soon it will be available in Sandbox. This is the reason why you get this error.

Login to Me Too

bhattakshay007
Contributor
Contributor

Hello,

 

I am implementing it in sanbox mode still i face this kind of error. Very Strang!!!!..

Login to Me Too

smartsalao
New Community Member

Me too!

 

The Marketplace is not available to new users?

Login to Me Too

bhattakshay007
Contributor
Contributor

Okk so you mean If i create a new partner using below url. It is not possible right? But if i call this api /v1/customers/partners/partner_id/merchant-integrations/merchant-id still i facing the same issue so what about this?

https://api.sandbox.paypal.com/v1/customer/partner-referrals

 

Login to Me Too

MTS_Andre
Moderator
Moderator

Hi, at the moment it is limited to some specific partners only but soon will be released in Sandbox.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.