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

9 total results found

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

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