Confirms the supplied authorized order and initiates the payment plan for the customer. If sync query parameter is set to true, replies synchronously with callback payload, otherwise, replies asynchronously on callback URL. Default sync value is false for asynchronous behavior.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Query Params
boolean
Body Params

Used to confirm a previously authorized order and start the payment plan.

uuid

Gets or sets the Id of the Order.

uuid

Gets or sets the MerchantId.

double | null

Gets or sets an optional final amount, including tax and shipping, of the order to be confirmed.
If not supplied, the original order amount will be used.

double | null

Gets or sets the optional shipping amount associated with the order.

double | null

Gets or sets? the optional tax amount associated with the order.

string | null

Gets or sets the Merchant Reference of the confirmation.

string | null

Gets or sets the url to callback with the confirm result.

boolean

Gets or sets a value indicating whether this is a test order.

metadata
object | null

Gets or sets optional metadata associated with this confirmation.

boolean

Get or sets a flag indicating whether or not to invoke this operation synchronously. Set to false by default.

Headers
string
enum
required
Defaults to US

Territory of the request

Allowed:
Responses

204

Success

400

Bad Request

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