View as Markdown
API Spec (JSON)
API Spec (YAML)
Compact modeHides field descriptions and other prose for a more compact, scannable view of the API reference.Notes:.
- API caller can send only 2 reminders in a day.
Client CredentialsToken URLhttps://api-m.sandbox.paypal.com/v1/oauth2/tokenInheaderScopes
https://uri.paypal.com/services/invoicing/invoices/readwriteapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
subjectstring<currency_code>OptionalNote: User-provided values for this field will not be honored and the subject will always be defaulted to a system-defined value.
notestring<currency_code>OptionalNote: User-provided values for this field will not be honored and the note will always be defaulted to a system-defined value.
additional_recipientsarray<email_address>OptionalNote: Valid values are email addresses in the `additional_recipients` value associated with the invoice.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v2/invoicing/invoices/INV2-Z56S-5LLA-Q52L-CPZ5/remind" \ -H "Authorization: Bearer A21AAGHr9qtiRRXH4oYcQokQgV99rGqEIfgrr8xHCclP0OzmD9KVgg5ppIIg1jzJgQkV4wd02svIvBJyg6cLFJjFow_SjBhxQ" \ -H "Content-Type: application/json" \ -d '{ "send_to_invoicer": true, "additional_recipients": [ "[email protected]", "[email protected]" ] }'