# Neuro-Pay Terminal API # Requests Collection of possible requests # Create [POST] **https://api.neuro-admin.com/terminalpayment/terminal-payment/create** \[POST\]
amount | int | Smallest nominee for the currency. Example: 30SEK is 3000 öre so value of this param should be 3000. SEK is the only currency permitted. |
terminal\_id | String | ID of the terminal where to send the payment |
reference (optional) | String | Is a free text field to indicate a reference for the payment |
sent\_via | Enum ("sms", "email") | Indicate with which media the receipt will sent (allowed values: "sms", "email") |
sent\_to | String | Indicate phone number or mail where to send the receipt |
payment\_id | String | The payment\_id received when creating a terminal payment object |
payment\_id | String | The payment\_id received when creating a terminal payment object |
amount (optional) | Int | If an amount to be refunded is not set the whole actual balance will be refunded |
reason (optional) | String | Reason of the refund. Value admitted: "duplicate", "requested\_by\_customer" or "fraudolent" |
refundDetails (optional) | String | Comments about the refund. Free text |
sent\_via (optional) (beta) | String | Notification method. Value admitted: "email" or "sms" |
sent\_to (optional) (beta) | String | To whom send notification of the refund |
payment\_id | String | The payment\_id received when creating a terminal payment object |