#capitanrex-dotnet-account
1 messages · Page 1 of 1 (latest)
how can i give you the requestID?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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);
im here
https://dashboard.stripe.com/test/logs?method[]=post&method[]=delete&direction[]=connect_in&direction[]=self
but the request didnt appear
sorry, i find it
req_WwBSmQDSmUdrCr
Not a valid merchant category: 5531
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
I need to know witch other category codes are not supported