# Payment Details Model

This model represent the payment details as an input for creating a transaction.

### Payment Details Model

This model referenced in "paymentDetails" 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>creditCard</td><td>Object</td><td>Credit Card information</td></tr></tbody></table>

### Credit Card Model

<table><thead><tr><th width="247.2188460730749">field</th><th data-type="checkbox">Required</th><th width="150">type</th><th width="384.2">description</th></tr></thead><tbody><tr><td>cardNumber</td><td>true</td><td>string</td><td><p>example: 4580111111111111</p><p>Credit Card Number</p></td></tr><tr><td>expiration</td><td>true</td><td>string</td><td>example: 12/34<br>Credit card expiration MM/YY</td></tr><tr><td>cvv</td><td>false</td><td>string</td><td>example: 123<br>Credit card CVV</td></tr><tr><td>socialId</td><td>false</td><td>string</td><td>example: 123456782<br>Card holder social ID (IL only)</td></tr><tr><td>cardHolderZipCode</td><td>false</td><td>string</td><td>example: 09231<br>Card holder ZIP code</td></tr><tr><td>cardHolderBillingAddress</td><td>false</td><td>string</td><td>example: Paul and Mary Moore, 1313 E Main St, Portage<br>Card holder billing street address</td></tr></tbody></table>
