braintree / braintree_node

Braintree Node.js library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
334 stars 104 forks source link

Master merchant account ID is invalid #177

Closed sajadghawami closed 3 years ago

sajadghawami commented 3 years ago

Hey there,

i am trying to integrate braintree-marketplace and i keep getting Master merchant account ID is invalid even though i am using the exact ID as explained from this braintree marketplace guide.

Here is a screenshot where i overpainted the Merchant ID i tried:

Bildschirmfoto 2020-10-26 um 17 04 02

I also tried these two, from the section below where the Merchant Accounts are:

Bildschirmfoto 2020-10-26 um 17 06 11

The Merchant Account ID did not work, nor did the Unique Identifier

General information

Using "braintree": "^3.0.0"

Full Error

This is the full error-message:

node_1      | ErrorResponse {
node_1      |   errors: ValidationErrorsCollection {
node_1      |     validationErrors: {},
node_1      |     errorCollections: { merchantAccount: [ValidationErrorsCollection] }
node_1      |   },
node_1      |   params: {
node_1      |     merchantAccount: {
node_1      |       individual: [Object],
node_1      |       business: [Object],
node_1      |       funding: [Object],
node_1      |       tosAccepted: 'true',
node_1      |       masterMerchantAccountId: 'XXXXXXX'
node_1      |     },
node_1      |     merchantId: 'XXXXXXX'
node_1      |   },
node_1      |   message: 'Master merchant account ID is invalid.',
node_1      |   success: false
node_1      | }

Am i missing something?

Thanks!

crookedneighbor commented 3 years ago

Please reach out to our support team for assistance with this.

https://help.braintreepayments.com/