{ "merchant_info": { "email": "[email protected]", "first_name": "Dennis", "last_name": "Doctor", "business_name": "Medical Professionals, LLC", "phone": { "country_code": "001", "national_number": "5032141716" }, "address": { "line1": "1234 Main St.", "city": "Portland", "state": "OR", "postal_code": "97217", "country_code": "US" } }, "billing_info": [ { "email": "[email protected]" } ], "note": "Medical Invoice 16 Jul, 2013 PST", "payment_term": { "term_type": "NET_45" }, "shipping_info": { "first_name": "Sally", "last_name": "Patient", "business_name": "Not applicable", "phone": { "country_code": "001", "national_number": "5039871234" }, "address": { "line1": "1234 Main St.", "city": "Portland", "state": "OR", "postal_code": "97217", "country_code": "US" } }, "items": [ { "name": "Sutures", "quantity": 100, "unit_price": { "currency": "USD", "value": "5" } }, { "name": "Injection", "quantity": 5, "unit_price": { "currency": "USD", "value": "5" } } ] }
{ "merchant_info": { "email": "[email protected]", "first_name": "Dennis", "last_name": "Doctor", "business_name": "Medical Professionals, LLC", "phone": { "country_code": "001", "national_number": "5032141716" }, "address": { "line1": "1234 Main St.", "city": "Portland", "state": "OR", "postal_code": "97217", "country_code": "US" } }, "billing_info": [ { "email": "[email protected]" } ], "note": "Medical Invoice 16 Jul, 2013 PST", "payment_term": { "term_type": "NET_45", "due_date": "2025-06-29 PDT" }, "shipping_info": { "first_name": "Sally", "last_name": "Patient", "business_name": "Not applicable", "phone": { "country_code": "001", "national_number": "5039871234" }, "address": { "line1": "1234 Main St.", "city": "Portland", "state": "OR", "postal_code": "97217", "country_code": "US" } }, "items": [ { "name": "Sutures", "quantity": 100, "unit_price": { "currency": "USD", "value": "5.00" } }, { "name": "Injection", "quantity": 5, "unit_price": { "currency": "USD", "value": "5.00" } } ], "id": "INV2-RQMU-VU4G-P5AE-WDSK", "number": "INV-20180727209933", "template_id": "TEMP-2951065150453822S", "status": "DRAFT", "invoice_date": "2025-05-15 PDT", "total_amount": { "currency": "USD", "value": "525.00" }, "metadata": { "created_date": "2025-05-15 03:52:25 PDT" }, "links": [ { "rel": "self", "href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-RQMU-VU4G-P5AE-WDSK", "method": "GET" }, { "rel": "send", "href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-RQMU-VU4G-P5AE-WDSK/send", "method": "POST" }, { "rel": "replace", "href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-RQMU-VU4G-P5AE-WDSK/update", "method": "PUT" }, { "rel": "delete", "href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-RQMU-VU4G-P5AE-WDSK", "method": "DELETE" }, { "rel": "record-payment", "href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-RQMU-VU4G-P5AE-WDSK/record-payment", "method": "POST" } ] }
INV2-RQMU-VU4G-P5AE-WDSK
{ "id": "INV2-RQMU-VU4G-P5AE-WDSK", "number": "INV-20180727209933", "template_id": "TEMP-2951065150453822S", "status": "SENT", "merchant_info": { "email": "[email protected]", "first_name": "Dennis", "last_name": "Doctor", "business_name": "Medical Professionals, LLC", "phone": { "country_code": "001", "national_number": "5032141716" }, "address": { "line1": "1234 Main St.", "city": "Portland", "state": "OR", "postal_code": "97217", "country_code": "US" } }, "billing_info": [ { "email": "[email protected]" } ], "shipping_info": { "first_name": "Sally", "last_name": "Patient", "business_name": "Not applicable", "phone": { "country_code": "001", "national_number": "5039871234" }, "address": { "line1": "1234 Main St.", "city": "Portland", "state": "OR", "postal_code": "97217", "country_code": "US" } }, "items": [ { "name": "Sutures", "quantity": 100, "unit_price": { "currency": "USD", "value": "5.00" } }, { "name": "Injection", "quantity": 5, "unit_price": { "currency": "USD", "value": "5.00" } } ], "invoice_date": "2025-05-15 PDT", "payment_term": { "term_type": "NET_45", "due_date": "2025-06-29 PDT" }, "note": "Medical Invoice 16 Jul, 2013 PST", "total_amount": { "currency": "USD", "value": "525.00" }, "metadata": { "created_date": "2025-05-15 03:52:25 PDT", "first_sent_date": "2025-05-15 03:52:27 PDT", "last_sent_date": "2025-05-15 03:52:27 PDT", "payer_view_url": "https://www.sandbox.paypal.com/invoice/p/#INV2-RQMU-VU4G-P5AE-WDSK" }, "links": [ { "rel": "self", "href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-RQMU-VU4G-P5AE-WDSK", "method": "GET" }, { "rel": "replace", "href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-RQMU-VU4G-P5AE-WDSK/update", "method": "PUT" }, { "rel": "cancel", "href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-RQMU-VU4G-P5AE-WDSK/cancel", "method": "POST" }, { "rel": "remind", "href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-RQMU-VU4G-P5AE-WDSK/remind", "method": "POST" }, { "rel": "record-payment", "href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-RQMU-VU4G-P5AE-WDSK/record-payment", "method": "POST" }, { "rel": "qr-code", "href": "https://api.sandbox.paypal.com/v1/invoicing/invoices/INV2-RQMU-VU4G-P5AE-WDSK/qr-code", "method": "GET" } ] }
{ "image": "iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQAAAABRBrPYAAACRElEQVR4Xu2XQW7uIAyEnVWOwU1DuGmO0CUr3Jlx/qqlT3rdVFUsLPSLmI9KGY8hNf9JvNmc+WcsbIqFTbGwKRY2xcKm+A1sGKP6deyX7XzcYo7Yc2GcM197wbw5Aeyq91ImDDpEkr+tl9MKN5odGbFIghlUw89XJh9We3GWG6uF1c+JuQpdzh06yAAdmoQZcmHGOKDA18FsLuyOjpOZCgyUvpeQIiINRkH4+vC2So927sbHzkwmDFJUKIDqiyQmZfgXPpf++djQF8XWi1MHfV1Ik4NWz4XtHiUeRm/HLgBT6bNgl5ZwBxGrMrnzSsqFIdM1uOWqnbLgscUkF6ZVoxocF60uk0+CPB7b2ctR/er80qAU/IXbU2GOd4cEgHEZyQaDHQ2hKFEqTLdtoxS8hqSDWpuWSIWNnRXfePlyHDK8PPBFkASY096EYe8Tnxk7Ty1km/KZMArScVKh0BcUGKp4U4PPuj0ccx3O3oseoosFcGMyTFK8/o2FDjXcbuzuTBgLfVuaOmhOA5DPhvHU2tS8XKIaEOe6DZAJi0tHtTZuKS5xKhdzYSw37lmSmy4j8Bt7fNItAXaZFYhwqKMbbRB72d25MDyi0NDkVgBbzL4L8ngsYpDUFn5jEBgambDBl7+XTi01HVwf+uTBOMfJXBovI6wGdquRC3utsn/p9tqlkcyQEqMHXibXoBNSYt6tOo/ow4yaRDIVhp8QpMSkqfqa5MKMEeU2wYMG4Bb7LMjzsf/GwqZY2BQLm2JhUyxsir/B3gGv5EXpYMaWUQAAAABJRU5ErkJggg==" }