Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

billTo_middleName is missing from the Request Fields #82

Open
ttkebede opened this issue Feb 27, 2020 · 2 comments
Open

billTo_middleName is missing from the Request Fields #82

ttkebede opened this issue Feb 27, 2020 · 2 comments

Comments

@ttkebede
Copy link

When creating a customer token for a payment card (via this API), I would like to include billTo_middleName in the request . Currently, this field is missing from the Request Fields. Is there a way to make this happen?

Thanks!

@Amit-Patel
Copy link

Thank you for reaching out!

I would like to know which API you are trying to make a request with.

@ttkebede
Copy link
Author

ttkebede commented Mar 6, 2020

Thanks for looking into it, Amit!

The API is PaymentInstrumentApi (TMS).
….
requestObj.Card = cardObj;

var billToObj = new TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBillTo
{
FirstName = "John",
LastName = "Smith",
//MiddleName = “Amit”, //or MiddleNameInitial = “A”, Currently, this is impossible as the BillTo.cs Model doesn’t have defined the field/param
Company = "CyberSource",
Address1 = "12 Main Street",
Address2 = "20 My Street",
Locality = "San Francisco",
AdministrativeArea = "CA",
PostalCode = "90200",
Country = "US"
Email = "[email protected]",
PhoneNumber = "555123456"
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants