Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

120 total results found

V. 1.22.0 | 2023-06-12

Release notes

General Changed message “Neuro-Admin standard” with “Neuro-Pay” (P-432)   Terminal Added possibility to edit receipt terminal message (P-426) Added terminal_label variable as terminal name (P-426) Fix send sms/mail for terminals (P-426) Added poss...

Authentification

Neuro-Pay Terminal API

In order to use the terminal API the company in question needs to generate an API key through the Neuor-Admin platform. Said API key should be sent as a bearer token in each request.

Data format

Neuro-Pay Terminal API

The API currently accepts and returns JSON data in the body

Create [POST]

Neuro-Pay Terminal API Requests

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 ...

Check Status [POST]

Neuro-Pay Terminal API Requests

https://api.neuro-admin.com/terminalpayment/terminal-payment/check-status [POST] Values payment_id String The payment_id received when creating a terminal payment object

Available Reader [GET]

Neuro-Pay Terminal API Terminal's request

https://api.neuro-admin.com/terminalpayment/terminal-payment/available-reader [GET] The available-reader EP can be used to retrieve the list of available terminals that are online at the moment of the request

Cancel [POST]

Neuro-Pay Terminal API Requests

https://api.neuro-admin.com/terminalpayment/terminal-payment/cancel [POST] The update can be used on objects with every status to update/add/delete metadata information. Values payment_id String The payment_id received when creating a terminal payme...

The response object

Neuro-Pay Terminal API Response

For each endpoint the terminal object will be returned in its “new state”Example: Possible statuses are• created• canceled• paid• refunded• partialRefund Every date and time returned are in UTC.

Postman collection

Neuro-Pay Terminal API

attached to this page is a postman collection for testing All requests inherits the authentication from the collection. as the bearer token you add your API key test or live,You can find file attachments in top left corner of this page

V. 1.22.1 | 2023-06-13

Release notes

General Changed message “Swish Client” with “Swish” Payments Fixed checkout problems with automatic payment (customer and card present) when have a card with generic decline: before doesn't create the checkout entry in database Fixes Fixed...

V. 1.22.2 | 2023-06-15

Release notes

Frontend Fixed "Internal server error" problem when trying to buy a membership Fixed Swish payment problems with membership Checkout Client Activate possibility for a system admin in Ghost Mode to change card type between "private" and "corporate...

V. 1.22.3 | 2023-06-15

Release notes

Checkout Fixed send mail when add/delete card when payment method is worldline

V. 1.22.4 | 2023-06-19

Release notes

Checkout Fixed checkout problems of "Internal Server Error" Fixed way to save card type and update also in Stripe dashboard Fixed also 3DS card saving Checked cardholder both in Stripe & Stripe Connect Fixed in backend functionality of the button to cha...

V. 1.22.5 | 2023-06-20

Release notes

Onboarding Fixed company module relation creation Fixed color when in light mode Fixed company logo folder path

V. 1.22.6 | 2023-06-21

Release notes

Terminal Payments Fixed problems when creating payments in different browser Fixed check for the amount both in backend and API   Webshop Fixed webshop image

V. 1.23.0 | 2023-06-26

Release notes

Neuro-Pay Payouts Fixed payout table in NeuroPay menu: now shows correctly also the identifier (P-447) Added export function in NeuroPay → Payouts and in  NeuroPay → Payment Intents (P-447) Added/fixed filters in NeuroPay → Payout (P-447) Ghost Mode ...

V. 1.23.1 | 2023-06-26

Release notes

Login Fixed problems when log in without a compnay or with only 1 company with pending KYC   Modules Set as imposible to remove to "Digital Account" module

V. 1.23.2 | 2023-06-28

Release notes

Checkout Client Fixed problems when go to a checkout client page and the linkhash has been deleted (older than 7 days) or is invalid

V. 1.23.3 | 2023-07-07

Release notes

Stripe Connect payouts Fixed problems in stripe_payout_row table to fully show the payout rows (before doesn't show every line after encounter a refund)   Stripe Connect refunds Fixed webhook-connect to not add a refund entry in digital account

V. 1.24.0 | 2023-07-10

Release notes

Onboarding Fixed problems updating company details without logo (P-455) Added restrictions for SMS name: can't enter more than 10 characters (P-455) Pricelist When there are no pricelist group selected changed the button to display "+ Add" and when...