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

140 total results found

V. 1.20.0 | 2023-05-15

Release notes

​ Paiwise Standard dashboard     • Added cache Paiwise Standard Dashboard payout & payment intents data (P-397).    • Added Paiwise Standard admin functions to regenerate payout & payment intents data (P-397).    • Modify Paiwise Standard Dashboard payouts & ...

V. 1.20.1 | 2023-05-15

Release notes

Fixes Added info when creating payment with Paiwise Standard to see more info in modal view Removed the cancellation of Paiwise Default Customers when changing payment method to Paiwise Standard Fixed possibility to pass more than 10 cards between Paiwise...

V. 1.20.2 | 2023-05-18

Release notes

Payment Fixes Fixed fee problems when have payment with Stripe Connect Custom Fixed problems when have payment with SwedPay with cards

V. 1.20.3 | 2023-05-26

Release notes

Customer add card Due to issues when moving customers from Paiwise Default to Paiwise standard, particular customers was not moved. This is resolved by creating a copy of the customer when the save card page is opened if the customer still persist on the ol...

V. 1.21.0 | 2023-05-29

Release notes

Worldline payment Added Worldline payment method with all functionality (P-342) Management of cards (only from client page) (P-415)   Code Clean code from old “Stripe Connect Standard” sections (P-412)   Fixes Fixed currency problems in s...

V. 1.21.1 | 2023-05-31

Release notes

Frontend webshop Created possibility to sell product without category and with partial sales (P-423)   Backend webshop management Added into a product the possibility to "Allow partial sales" and define a decimal step (P-423)

V. 1.21.2 | 2023-06-01

Release notes

Frontend webshop issue Added rounds up when editing quantity Added possibility of multi product Added possibility to show contemporary products without category and categories in Home Page Added redirect to product view if have only 1 product Fixed poss...

V. 1.21.3 | 2023-06-05

Release notes

Frontend webshop mail issue Fixed problems with mail (now the text is with parameters, before was hardcoded for Gula Vaggen)

V. 1.21.4 | 2023-06-08

Release notes

Invoice Changed data for the invoice footer Changed logo dimension for payment view Webshop Added to product creation/update/view in backendpossibility to define unit measure for the quantity (free text max 10 chars) Show unit measure if present i...

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