Request Object
{
"merchant_info": {
"email": "developer@sample.com",
"first_name": "Dennis",
"last_name": "Doctor",
"business_name": "Medical Professionals, LLC",
"address": {
"line1": "1234 Main St.",
"city": "Portland",
"state": "OR",
"postal_code": "97217",
"country_code": "US"
}
},
"billing_info": [
{
"email": "sample@buy.com",
"business_name": "Jay Inc",
"additional_info": "This is the billing Info",
"address": {
"line1": "1234 Main St.",
"city": "Portland",
"state": "OR",
"postal_code": "97217",
"country_code": "US"
}
}
],
"note": "Medical Invoice 16 Jul, 2013 PST",
"payment_term": {
"term_type": "NET_45"
}
}
Response Object
{
"id": "INV2-CMDN-SLAX-HNEN-3V2N",
"number": "8021",
"template_id": "TEMP-74V34217FK810934T",
"status": "SENT",
"merchant_info": {
"email": "developer@sample.com",
"first_name": "Dennis",
"last_name": "Doctor",
"business_name": "Medical Professionals, LLC",
"address": {
"line1": "1234 Main St.",
"city": "Portland",
"state": "OR",
"postal_code": "97217",
"country_code": "US"
}
},
"billing_info": [
{
"email": "sample@buy.com",
"business_name": "Jay Inc",
"address": {
"line1": "1234 Main St.",
"city": "Portland",
"state": "OR",
"postal_code": "97217",
"country_code": "US"
},
"additional_info": "This is the billing Info"
}
],
"invoice_date": "2025-02-23 PST",
"payment_term": {
"term_type": "NET_45",
"due_date": "2025-04-09 PDT"
},
"tax_calculated_after_discount": false,
"tax_inclusive": false,
"note": "Medical Invoice 16 Jul, 2013 PST",
"total_amount": {
"currency": "USD",
"value": "0.00"
},
"metadata": {
"created_date": "2025-02-23 18:58:43 PST",
"first_sent_date": "2025-02-23 18:58:44 PST",
"last_sent_date": "2025-02-23 18:58:44 PST",
"payer_view_url": "https://www.sandbox.paypal.com/invoice/p/#INV2-CMDN-SLAX-HNEN-3V2N"
},
"allow_tip": false,
"links": [
{
"rel": "self",
"href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-CMDN-SLAX-HNEN-3V2N",
"method": "GET"
},
{
"rel": "replace",
"href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-CMDN-SLAX-HNEN-3V2N/update",
"method": "PUT"
},
{
"rel": "cancel",
"href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-CMDN-SLAX-HNEN-3V2N/cancel",
"method": "POST"
},
{
"rel": "remind",
"href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-CMDN-SLAX-HNEN-3V2N/remind",
"method": "POST"
},
{
"rel": "record-payment",
"href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-CMDN-SLAX-HNEN-3V2N/record-payment",
"method": "POST"
},
{
"rel": "qr-code",
"href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-CMDN-SLAX-HNEN-3V2N/qr-code",
"method": "GET"
}
]
}