36be0dca14e7
Complete an Internal Checkout
Path parameters
The ID of the checkout.
Request body
The ID of the customer
The status of the checkout
The ID of the payment method. Only used when status == "COMPLETE." Can only submit one payment method (this or CPM). If no payment method is submitted, a local payment is assumed
The ID of the customer payment method. Only used when status == "COMPLETE"
Amount of the customer's balance to apply towards the checkout. Only used when status == "COMPLETE". If it covers the full checkout price no other payment method is required.
Whether to send checkout confirmation mail
Whether to send ticket email on checkout completion. Only used when status == "COMPLETE" and checkout.type === "transaction"
The reference of the local payment
The ID of the payment strategy
The ID of the payment option
The extra fields of the checkout
Response
OK
The ID of the checkout.
The secret token of the checkout.
The status of the checkout.
The type of the checkout.
The company name of the checkout's customer.
The first name of the checkout's customer.
The last name of the checkout's customer.
The full name of the checkout's customer.
The email of the checkout's customer.
The phone number of the checkout's customer.
The ID of the customer.
The ID of the seller of the checkout.
The calculated real price of the checkout.
An ISO 4217 3-character code of the currency.
The prefered language of the checkout.
The origin of the checkout.
The channel of the checkout.
The ID of the sales channel of the checkout.
The ID of the POS which created the checkout.
The ID of the user who created the checkout.
An object containing key-value information.
An ISO Timestamp indicating when the checkout will expire.
An ISO timestamp indicating when the checkout was created.
An ISO timestamp indicating when the checkout was last updated.
Example response
{
"type": "transaction"
}