Checkout Session Confirm

Purpose

Confirms the creation of an authorization where the buyer gave consent to the purchase and was accepted by Billie.

Preconditions:

  • Session id of the Session Create Call
  • Request body created with the response values received in the widget.

Success

  • Response Code: HTTP 202
  • response body: state -> created
  • response body: uuid -> ID of the created order

Attention

  • The duration and the objects delivery_address and amount you can copy from the widget response to the new request object.
  • The amount must be the same as submitted via the widget.
  • The debtor_company object from the widget response needs to be rebuilt to an object hierarchy debtor with company_address
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
length between 36 and 36
Body Params
amount
object
required

The amount object with split values for net, gross and tax

debtor
object
required

Debtor company

integer

Order Duration

delivery_address
object
string
length ≤ 255

Order external code

Responses

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