A zero dollar authorization cannot be submitted for settlement or for return.
| Fields | Description | Type | Filterable | Required | Readonly |
|---|---|---|---|---|---|
| id | Unique ID of the payment record | Integer | Yes | No | Yes |
| terminal | Terminal Object | Object | No | Yes | No |
| terminal.id | Dashboard Terminal ID | Integer | Yes | Yes | No |
| amount | Amount of the payment | Number | No | Yes | No |
| source | Where the card details come from Internet or MOTO | ENUM | Yes | Yes | No |
| card | Card details | Object | No | Yes | No |
| card.name | Cardholder name | String | No | Yes | No |
| card.number | Card number | Integer | No | Yes | No |
| card.exp | Card expiration date mm/yy | String | No | Yes | No |
| card.save | Save the card details for future use Yes or No | ENUM | No | Yes | No |
| card.verification | Verification object | Object | No | No | Yes |
| card.verification.cvv | Returns the verification cvv code | String | No | No | Yes |
| card.verification.address | Returns the verification address code | String | No | No | Yes |
| card.address | Card billing address details | Object | No | Yes | No |
| card.address.country | Card billing country | String | No | Yes | No |
| card.address.state | Card billing state | String | No | No | No |
| card.address.city | Card billing city | String | No | Yes | No |
| card.address.street | Card billing street | String | No | Yes | No |
| card.address.zip | Card billing zip | String | No | Yes | No |