#capitanrex-dotnet-account

1 messages · Page 1 of 1 (latest)

inland gorge
#

hello, what is the request you are making? can you share the request ID?

leaden hazel
#

how can i give you the requestID?

wraith cradle
leaden hazel
#

var stripe = new StripeSetup();

        SetupMerchant setupMerchant = new SetupMerchant();
        setupMerchant.CreateMerchant = new CreateMerchant();
        setupMerchant.CreateUser = new CreateUser();    

        setupMerchant.CreateMerchant.IsPublic = true;
        setupMerchant.CreateMerchant.CategoryId = 5531;
        setupMerchant.CreateMerchant.Name = "Automated Test";
        setupMerchant.CreateMerchant.Email = "autotest@test3.com";
        setupMerchant.CreateMerchant.Phone = "4771402539";
        setupMerchant.CreateMerchant.Description = "This is a test desc";
        setupMerchant.CreateMerchant.Website = "https://rivasnoriega.com";
        setupMerchant.CreateMerchant.City = "San Diego";
        setupMerchant.CreateMerchant.State = "CA";


        setupMerchant.CreateMerchant.Address = "Congo 129";
        setupMerchant.CreateMerchant.FederalTaxId = "1231241231";

        setupMerchant.CreateUser.Name = "LuisR";

  var acc = stripe.CreateAccount(setupMerchant);
leaden hazel
#

sorry, i find it

#

req_WwBSmQDSmUdrCr

#

Not a valid merchant category: 5531

wraith cradle
#

Hi Okay I did some digging on this

#

This merchant category code is not supported by Visa so it fails validation

#

Unfortunately our documentation is a bit behind on that.

#

You could reach to Support if you need this category

leaden hazel
#

I need to know witch other category codes are not supported

lunar gazelle
#

Please reach out to Support and they would be able to clarify!

#

As I see you are creating Standard Account and it might have stricter requirements