# Invoice Model

This model represents the URL of the invoice, the invoice will be presented to the consumer before the payment processing.

### Invoice Model

This model referenced in "invoice" field of [#creating-new-transaction](https://docs.sensepass.com/sensepay/payment-flows/create-a-transaction#creating-new-transaction "mention") request body.

<table><thead><tr><th width="212.9871382636656">field</th><th width="150">type</th><th width="384.2">description</th></tr></thead><tbody><tr><td>type</td><td>string</td><td>File extension name<br>[ pdf, jpg, png ]</td></tr><tr><td>url</td><td>string</td><td>example: http://someDomain.com/invoice1.pdf</td></tr></tbody></table>
