CreateInvoice API Operation
Last updated: Aug 15th, 7:37am
Creates an invoice. The call includes merchant, payer, and API caller information, in addition to invoice detail. The response to the call contains an invoice ID and URL.
Example
This example creates an invoice using CreateInvoice
.
1curl https://svcs.sandbox.paypal.com/Invoice/CreateInvoice \2 -s \3 --insecure \4 -H "X-PAYPAL-SECURITY-USERID: Your_API_username" \5 -H "X-PAYPAL-SECURITY-PASSWORD: Your_API_password" \6 -H "X-PAYPAL-SECURITY-SIGNATURE: Your_API_signature" \7 -H "X-PAYPAL-REQUEST-DATA-FORMAT: NV" \8 -H "X-PAYPAL-RESPONSE-DATA-FORMAT: NV" \9 -H "X-PAYPAL-APPLICATION-ID: <var>Your_AppID</var>" \10 -d requestEnvelope.errorLanguage=en_US \11 -d invoice.merchantEmail=merchant%40domain.com \12 -d invoice.payerEmail=jbui-us-business2%40paypal.com \13 -d invoice.currencyCode=USD \14 -d invoice.itemList.item(0).name=Banana+Leaf+--+001 \15 -d invoice.itemList.item(0).description=Banana+Leaf \16 -d invoice.itemList.item(0).quantity=1 \17 -d invoice.itemList.item(0).unitPrice=1 \18 -d invoice.itemList.item(0).taxName=Tax1 \19 -d invoice.itemList.item(0).taxRate=10.25 \20 -d invoice.paymentTerms=Net10 \21 -d invoice.logoUrl=https%3A%2F%2Fexample.com%2FYour_logo.jpg
CreateInvoiceRequest Message
Use the CreateInvoiceRequest
message to create an invoice. The merchant issuing the invoice, and the partner, if any, making the call, must have a PayPal account in good standing.
RequestEnvelope Fields
Field | Description |
---|---|
detailLevel | common:DetailLevelCode (Optional) Level of detail required by the client application pertaining to a particular data component. The detail level is specified as a detail level code, which has all the enumerated values of the detail level for the component. By default, the detail level code is ReturnAll , which provides the maximum level of detail. |
errorLanguage | xs:string (Required) RFC 3066 language in which error messages are returned; by default it is en_US , which is the only language currently supported. |
CreateInvoiceRequest Fields
Field | Description |
---|---|
invoice | inv:InvoiceType (Required) Merchant, payer, and invoice information. |
requestEnvelope | common:requestEnvelope (Required) Information common to each API operation, such as the language in which an error message is returned. |
InvoiceType Fields
Field | Description |
---|---|
merchantEmail | xs:string (Required) Merchant email address. |
payerEmail | xs:string (Optional) Payer email address. This value is optional if the invoice is in a draft state. However, this value is required for sending an invoice. |
number | xs:string (Optional) Unique identifier for the invoice. |
merchantInfo | inv:BusinessInfoType Company information of the merchant company sending the invoice. |
itemList | inv:InvoiceItemListType (Optional) List of items included in this invoice. This list is optional if the invoice is in a draft state. However, this value is required for sending an invoice. |
taxCalculatedAfterDiscount | xs:boolean (Optional) Indicates whether tax is calculated before or after a discount. If false (the default), the tax is calculated before a discount. If true, the tax is calculated after a discount. |
currencyCode | xs:string (Required) Currency used for all invoice item amounts and totals. |
invoiceDate | xs:dateTime (Optional) Date on which the invoice is enabled. |
dueDate | xs:dateTime (Optional) Date on which the invoice payment is due. |
paymentTerms | inv:PaymentTermsType (Optional) Terms under which payment is due, specified as one of the following values:
|
discountPercent | xs:decimal (Optional) Discount percent applied at the invoice level (not at the item level). Also see the descriptions of the discount fields in the InvoiceItemType Fields. |
discountAmount | xs:decimal (Optional) Invoice-level discount amount, calculated after the item-level discounts. The overall discount on an invoice is equal to the addition of the invoice-level and item-level discounts. Note that if discountPercent is provided, discountAmount is ignored. Also see the descriptions of the discount fields in the InvoiceItemType Fields. |
taxInclusive | xs:boolean (Optional) Determines whether the item amount is tax inclusive or tax exclusive. An item amount is the unit price multiplied by the quantity. By default, the taxInclusive field is false . To specify
If the If the |
terms | xs:string (Optional) General terms for the invoice. Maximum length: 4000 characters. |
note | xs:string (Optional) Note to the payer company. Maximum length: 4000 characters. |
merchantMemo | xs:string (Optional) Memo for bookkeeping that is private to the merchant. |
billingInfo | inv:BusinessInfoType (Optional) Billing information for the payer. |
shippingInfo | inv:BusinessInfoType (Optional) Shipping information for the payer. |
shippingAmount | xs:decimal (Optional) Cost of shipping. |
shippingTaxName | xs:string (Optional) Name of the applicable tax on shipping cost. |
shippingTaxRate | xs:decimal (Optional) Rate of the applicable tax on shipping cost. |
logoURL | xs:string (Optional) Complete URL to an external image used as the logo, if any. |
referrerCode | xs:string (Optional) Build Notification (BN) code for tracking transactions with a particular partner. |
BusinessInfoType Fields
Field | Description |
---|---|
firstName | xs:string (Optional) First name of the company contact. |
lastName | xs:string (Optional) Last name of the company contact. |
businessName | xs:string (Optional) Company business name. |
phone | xs:string (Optional) Phone number for contacting the company. |
fax | xs:string (Optional) Fax number used by the company. |
website | xs:string (Optional) Website used by the company. |
language |
If the payer has a PayPal account, this field is ignored and the payer's language is used. Specify the You can specify one of these values:
|
taxId | xs:string (Optional) Tax ID of the merchant. |
customValue | xs:string (Optional) Custom value to be displayed in the contact information details. |
address | common:BaseAddress (Optional) Street address of the company. |
BaseAddress Fields
Field | Description |
---|---|
line1 | xs:string (Required) First line of the address. |
line2 | xs:string (Optional) Second line of the street address. |
city | xs:string (Required) City of the address. |
state | xs:string (Optional) State for the address. |
postalCode | xs:string (Optional) Postal code of the address. |
postalCodeExtension | xs:string (Optional) Extension to the postal code. |
countryCode | xs:string (Required) Country code of the address. |
type | xs:string (Optional) Type of address. |
InvoiceItemListType Fields
Field | Description |
---|---|
item | inv:InvoiceItemType (Required) Invoice item. |
InvoiceItemType Fields
Field | Description |
---|---|
name | xs:string (Required) SKU or name of the item. Maximum length: 60 characters. |
description | xs:string , (Optional) Item description. Maximum length: 1000 characters. |
date | xs:dateTime (Optional) Date on which the product or service was provided. |
quantity | xs:decimal (Required) Item count. Valid values are 0 to 10000. |
unitPrice | xs:decimal (Required) Price of the item, in the currency specified by the invoice. |
discountPercent | xs:decimal (Optional) A discount percent applied at the item level (not at the invoice level). Enables separate discounts for individual items on an invoice. This discount is compounded with any discounts specified at the invoice level (see all the discount fields listed under the InvoiceType Fields, above). Minimum value: 0. Maximum value: 100. |
discountAmount | xs:decimal (Optional) A discount amount applied at the item level (not at the invoice level). Enables separate discounts for individual items on an invoice. This discount is compounded with any discounts specified at the invoice level (see all the discount fields listed under the InvoiceType Fields, above). If discountPercent is provided at the item level, discountAmount at the item level is ignored. Not greater than the item amount. Minimum value: 0. Maximum value: 10000. |
taxName | xs:string (Optional) Name of the applicable tax. Required if taxRate is specified. |
taxRate | xs:decimal (Optional) Rate of the applicable tax. Required if taxName is specified. |
CreateInvoiceResponse Message
The CreateInvoiceResponse
message contains information returned in response to a CreateInvoiceRequest
message. The response contains an invoice ID and the URL to the invoice on the PayPal system.
ResponseEnvelope Fields
Field | Description |
---|---|
ack | common:AckCode Acknowledgment code. Value is:
|
build | xs:string Build number. It is used only by PayPal Merchant Technical Support. |
correlationId | xs:string Correlation identifier. It is a 13-character, alphanumeric string (for example, db87c705a910e ) that is used only by PayPal Merchant Technical Support. |
timestamp | xs:datetime Date on which the response was sent, for example: 2012-04-02T22:33:35.774-07:00 |
CreateInvoiceResponse Fields
Field | Description |
---|---|
responseEnvelope | common:ResponseEnvelope Common response information, including a timestamp and the response acknowledgment status. |
invoiceId | xs:string ID of the created invoice. |
invoiceNumber | xs:string Invoice number of the created invoice. |
invoiceURL | xs:string URL location where merchants view the invoice details. |
totalAmount | xs:long The total amount of the invoice. |
PPFault Message
The PPFaultMessage
returns ErrorData
and the ResponseEnvelope
information to your application if an error occurs.
FaultMessage Fields
Field | Description |
---|---|
error | common:ErrorData Detailed error information. |
responseEnvelope | common:ResponseEnvelope Common response information, including a timestamp and the response acknowledgment status. |
ErrorData Fields
Field | Description |
---|---|
category | common:ErrorCategory The location where the error occurred. Value is:
|
domain | xs:string The domain to which this service belongs. |
errorId | xs:long A 6-digit number that uniquely identifies a particular error. |
exceptionID | This field is not used. |
message | xs:string A description of the error. |
parameter | common:ErrorParameter Represents contextual information about the error. |
severity | common:ErrorSeverity The severity of the error encountered. Value is:
|
subdomain | This field is not used. |
ResponseEnvelope Fields
Field | Description |
---|---|
ack | common:AckCode Acknowledgment code. Value is:
|
build | xs:string Build number. It is used only by PayPal Merchant Technical Support. |
correlationId | xs:string Correlation identifier. It is a 13-character, alphanumeric string (for example, db87c705a910e ) that is used only by PayPal Merchant Technical Support. |
timestamp | xs:datetime Date on which the response was sent, for example: 2012-04-02T22:33:35.774-07:00 |
CreateInvoice API Errors
Code | Message | Additional Information |
---|---|---|
520002 | Internal error. | |
520003 | Authentication failed. API credentials are incorrect. | |
520009 | Account is restricted. | |
570045 | The number of items exceeds this allowed limit. | |
570046 | The due date occurs before the invoice date. | |
570048 | A tax name can only be associated with one unique tax rate on a single invoice; the following tax name is associated to different rates on this invoice. | |
570049 | The total amount for the invoice cannot be negative. | |
570050 | The merchant's PayPal account cannot be the same as the payer's account; merchant and payer email addresses presently link to the same account. | |
570051 | Invoice cannot have more than 10 different taxes. | |
570054 | Invalid token. | |
570058 | Authentication failed. User account is not confirmed. | |
570059 | Invoice number is too long. | |
580022 | This error code corresponds to validation error messages that deal with errors of supplied parameters. | |
580045 | Merchant does not have a PayPal account associated with this email address. | |
580046 | An invoice already exists for the merchant with this invoice number. |