How does one set the Company Name for the Paypal Invoice API V2

rtschaefer
Contributor
Contributor
In v1/invoicing/invoices:
{  
  "merchant_info": { 
    "email": "correctlyformattedemailthatIcantuseinthisforum", 
    "business_name": "Mitchell & Murray",
    ...

In v2/invoicing/invoices:

{  
    "invoicer":{
        "name": {
            "full_name": "My Company Name"
        },
        "address":{  
            ...
        },
        "email_address":"correctlyformattedemailthatIcantuseinthisforum",
        "website":"http://example.com",
        "logo_url":"https://example.com/Logo.png"
     },

It is ignoring my name field ... all of the documentation references given_name and surname. It has alternate_full_name, but indicates it is deprecated. But what do you use for a company name ?

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.