# Create [POST] **https://api.paiwise.com/checkout/create** \[POST\]
identifier (optional)StringIdentifier of the checkout, if not passed the cid will get as reference
amountintSmallest nominee for the currency. Example: 30SEK is 3000 öre so value of this param should be 3000
currencyStringEUR, SEK, USD… etc
messageStringMessage to be shown to customer in the checkout
capture (optional) Boolean (default: true)If capture is set to false, a manual capture has to be done later. In order to release the funds back to the client the Refund endpoint can be used.
allowSaveCard (optional)Boolean (default: true)If allowSaveCard is set to false, the user can't save the card in his card list for future usage.
returnUrlStringURL where the customer should be returned to after checkout process is done.
returnUrlCancelStringURL where the customer should be returned to if cancelling the checkout process
customer\_id (optional)StringIf present activate the possibility to save the card during the payment
card\_id (optional)StringIf present (customer\_id required) do an automatic payment
template (optional) String For now only can be "iframe" which removes background image
metaDataArrayKey value pair array to store additional data together with the payment.
[![image.png](https://wiki.paiwise.tech/uploads/images/gallery/2023-04/scaled-1680-/image.png)](https://wiki.paiwise.tech/uploads/images/gallery/2023-04/image.png)