Sends or schedules an invoice, by ID, to be sent to a customer. The action depends on the invoice issue date:
send_to_invoicer body parameter to false. To send the invoice through a share link and not through PayPal, set the send_to_recipient parameter to false in the notification object. The send_to_recipient parameter does not apply to a future issue date because the invoice is scheduled to be sent through PayPal on that date.Notes:
- After you send an invoice, resending it has no effect.
- To send a notification for updates, update the invoice and set the
send_to_recipientbody parameter totrue.
Oauth 2.0 authentication
The ID of the draft invoice to delete.
2147483647The email or SMS notification to send to the payer when they send an invoice..
The email or SMS notification to send to the invoicer or payer on sending an invoice.
The subject of the email that is sent as a notification to the recipient.
Note: User-provided values for this field will not be honored and the subject will always be defaulted to a system-defined value.
4000A note to the payer.
Note: User-provided values for this field will not be honored and the note will always be defaulted to a system-defined value.
4000Indicates whether to send a copy of the email to the merchant.
Indicates whether to send a copy of the email to the recipient.
An array of one or more CC: emails to which notifications are sent. If you omit this parameter, a notification is sent to all CC: email addresses that are part of the invoice.
Note: Valid values are email addresses in the additional_recipients value associated with the invoice.100The internationalized email address.
Note: Up to 64 characters are allowed before and 255 characters are allowed after the@sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted@sign exists.
3 - 254A successful request returns the HTTP 200 OK when the invoice issue date is current date.
The request-related HATEOAS link information.
The complete target URL. To make the related call, combine the method with this URI Template-formatted link. For pre-processing, include the $, (, and ) characters. The href is the key HATEOAS component that links a completed call with a subsequent call.
The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link. See Link Relations.
The HTTP method required to make the related call.
GET, POST, PUT, DELETE, HEAD, CONNECT, OPTIONS, PATCH