Passer au contenu principal
GET
orders
Vous consultez la Version 1 de l’API Sezzle. Découvrez la version actuelle!

Autorisations

Authorization
string
header
requis

The authentication token generated from providing API Keys to Sezzle Gateway

Paramètres de chemin

order_reference_id
string
requis

The Order Reference ID to update

Paramètres de requête

include-shipping-info
boolean

If your checkout post data required us to collect shipping information from the customer, then you can request that information alongside the order details.

Réponse

Successful Operation

created_at
string<date-time>

The date the session was created in ISO 8601 date/time format

captured_at
string<date-time>

The date the order was captured in ISO 8601 date/time format

capture_expiration
string<date-time>

The date until which the merchant can capture the order amount. ISO 8601 date/time format

description
string

Your description for this order

amount_in_cents
number

The total order amount in cents in original merchant currency

usd_amount_in_cents
number

The total order amount in cents converted to USD

customer_amount_in_cents
number

The total order amount in cents converted to customer currency

currency_code
string

The original merchant 3 character currency code as defined by ISO 4217

customer_currency_code
string

The customer's 3 character currency code as defined by ISO 4217

reference_id
string

The checkout or cart ID from the merchant, currently used for tracking only (must contain only alphanumeric characters, dashes (-), and underscores (_))

shipping_address
object

The customer's shipping address

billing_address
object

The customer's billing address

customer
object

The customer's basic contact information

refunds
object[]

Refunded funds event detail

metadata
object

Object for any custom data you want to submit with the checkout. You are not limited to the key-value pairs shown in the example, and you may use any key-value pairs you like

items
object[]

The items being purchased

checkout_expiration
string<date-time>

The date until which the shopper can access the checkout_url generated in Create Session request to complete the order. ISO 8601 date/time format