Skip to content

The Solution Provider : xxxx is not authorized for getting the status of provided merchant : xxx #35

@saraswat40

Description

@saraswat40

We are trying to retrieve the status of a merchant account like so:

Config conf = new PayConfig()
                .withAccessKey(AMAZONPAYACCESSKEY)
                .withSecretKey(AMAZONPAYSECRETKEY)
                .withCurrencyCode(CurrencyCode.USD)
                .withSandboxMode(false)
                .withRegion(Region.US);

		Client client = new PayClient(conf);
		
		final GetMerchantAccountStatusRequest request = new GetMerchantAccountStatusRequest();
		request.setSellerId("XXXX");
		request.setMWSAuthToken("XXXXXXX");
		
		final GetMerchantAccountStatusResponseData resp = client.getMerchantAccountStatus(request);

Please let us know how to resolve this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions