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

132 total results found

Nuero-Admin Public

Any public documentation Paiwsie publishes should be on this shelf, so API documentation or system updates etc.

Neuro-Pay Checkout API

outlining the functionality and implementaiton of the paiwise checkout API

Release notes

Paiwise release notes.

Neuro-Pay Terminal API

outlining the functionality and implementaiton of the paiwise checkout API

Neuro-Pay Invoice API

outlining the functionality and implementaiton of the paiwise checkout API

Requests

Neuro-Pay Checkout API

Collection of possible requests

Response

Neuro-Pay Checkout API

Customer's Request

Neuro-Pay Checkout API

Customer's Response

Neuro-Pay Checkout API

Requests

Neuro-Pay Terminal API

Collection of possible requests

Response

Neuro-Pay Terminal API

Terminal's request

Neuro-Pay Terminal API

Requests

Neuro-Pay Invoice API

Collection of possible requests

Response

Neuro-Pay Invoice API

Authentification

Neuro-Pay Checkout API

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

Data format

Neuro-Pay Checkout API

The API currently accepts and returns JSON data in the body

Create [POST]

Neuro-Pay Checkout API Requests

https://api.paiwise.com/checkout/create [POST] identifier (optional) String Identifier of the checkout, if not passed the cid will get as reference amount int Smallest nominee for the currency. Example: 30SEK is 3000 öre so value of this param ...

Retrieve [POST]

Neuro-Pay Checkout API Requests

https://api.paiwise.com/checkout/retrieve [POST] Values checkout_id String The checkout_id received when creating a checkout object

Capture [POST]

Neuro-Pay Checkout API Requests

https://api.paiwise.com/checkout/capture [POST] Capture is used if capture was set to false when creating a checkout object. And if status of the object is “reserved” Values checkout_id String The checkout_id received when creating a checkout object...

Refund [POST]

Neuro-Pay Checkout API Requests

https://api.paiwise.com/checkout/refund [POST] The refund can be used on objects that has status “paid” or “reserved” and will result in changing the status to either “refunded” or “reserve released” Values checkout_id String The checkout_id receive...

The response object

Neuro-Pay Checkout API Response

For each endpoint the checkout object will be returned in its “new state”Example: Possible statuses are created reserved reserve released paid refunded partialRefund revoked failed canceled   Every date and time returned are in UTC.

Postman collection

Neuro-Pay Checkout 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

Create customer [POST]

Neuro-Pay Checkout API Customer's Request

https://api.paiwise.com/checkout/create-customer [POST] first_name String Customer's last name last_name String Customer's last name email String Customer's email metaData Array Key value pair array to store additional data togeth...

Retrieve customer [POST]

Neuro-Pay Checkout API Customer's Request

https://api.paiwise.com/checkout/retrieve-customer [POST] customer_id String Customer's id

The response object

Neuro-Pay Checkout API Customer's Response

For each endpoint the customer object will be returnedExample: The customer object also returns a "Client_page", following this link the customer can change the card configuration by adding/deleting and set the default a card for a future payment.

V. 1.18.0 | 2023-04-18

Release notes

Stripe Connect Custom onboarding tutorial for new companies with a welcome page (P-347) pricelist fee for Stripe Connect Custom (P-364) Payment possibility to select business/personal card on the payment screen and apply associated fee if present in ...

V. 1.18.1 | 2023-04-18

Release notes

Company Settings Added card type to checkout/client page Payment   Fixed Stripe webhook when a payment intent expires System   Change card type labels to Corporate & Private Added version number to footer

V. 1.18.2 | 2023-04-24

Release notes

Kiosk Fixed Swish payment in Kiosk Order Fixed amount charged in account when have a payment

V. 1.18.3 | 2023-04-26

Release notes

KYC Stripe Connect Custom Fixed enum problems (causing "An internal server error occurred." when auto enable the account) Fixed parameters problems (causing a message “Received unknown parameters: type, country.")

V. 1.19.0 | 2023-05-02

Release notes

​ Subscription and Clip Card     • Added swedPay and Stripe Connect custom payment methods    • Fixed some features of tables (filters, numbers of results, etc…)    • Fixed problems in “Public Link” view where in some cases the currency was “undefined”    • F...

V. 1.19.1 | 2023-05-02

Release notes

System Admin Company Settings Fixed problems in transactions table that crash system if have a company with more than one currency (P-401)

V. 1.19.2 | 2023-04-05

Release notes

Paiwise Default Save Card Fixed problems when saving a card during a payment with Paiwise Default

V. 1.19.3 | 2023-05-09

Release notes

Paiwise Standard Clone Customer Activate Customer Clone when changing payment method between Paiwise Default and Paiwise Standard Fixed errors in API when passing both customer and card with Paiwise Standard payment Fixes Fixed errors in payout and p...

V. 1.19.4 | 2023-05-11

Release notes

Kiosk Order Fixed Swish payment in frontend   Terminal Payment Fixed problems saving mobile number (before lost the prefix so textLocal can't send sms)