Finalize

Finalizes a specific checkout before it can be paid. If succesfull, this will return an associated PaymentIntent with the necessary information to capture the payment via the specific processor.

Path Params
string
required
Query Params
boolean

Whether or not to finalize this checkout with a manual payment. If true, the checkout will move directly to the processing state.

string

The manual payment method to use when finalizing this checkout. If set, this will take priority over all other parameters.

string

The payment method to use when finalizing this checkout. If set, this will take priority over all other finalize parameters and an attempt to pay the checkout will occur immediately.

string

The payment method type to use when finalizing this checkout. This is only applicable for mollie processors.

string

The processor to use when finalizing this checkout. If set, this will take priority over the processor_type parameter.

string

The processor type (i.e. stripe, paypal, etc.) to use when finalizing this checkout.

string

The URL the customer will be redirected to after the payment process. This is only applicable for mollie processors.

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json