Log in to see full request history

🚧

The Readme API Simulator includes form elements for both required and optional Body Params. If not populated with values, Readme will send empty strings to the Afterpay Online API. Any optional parameter that is validated against a Model will need to have all of its required sub-params populated with non-empty values.

Therefore, to avoid receiving unexpected "400" responses from Afterpay, please fill out all fields of the simulation form with valid values. This is particularly important for the amount and currency sub-params of the amount, taxAmount and shippingAmount params.

Successful Response (201)

Returns a token, expiry date/time and checkout URL if successful.

Connection Timeouts

TimeoutTime (Seconds)
Open10
Read20

Errors

In addition to the PUT/POST Errors applicable to all POST endpoints, the following errors are specific to Create Checkout:

HTTP Status CodeerrorCodeDescription
422
Unprocessable Entity
invalid_objectOne or more required fields were missing or invalid.
422
Unprocessable Entity
unsupported_payment_typeThe amount is outside of the merchant's payment limits, as returned by Get Configuration.
422
Unprocessable Entity
unsupported_currencyOne or more Money objects may have contained a currency that differs from the merchant's account currency.
Body Params
amount
object
required

Total amount for order to be charged to consumer.

consumer
object
required

The consumer requesting the order.

billing
object

Billing address.

shipping
object
required

Shipping address.

courier
object

Shipping Courier details.

string

Deprecated: A description of the order.

items
array of objects

An array of order items.

items
discounts
array of objects

An array of discounts.

discounts
merchant
object
string

The merchant’s id/reference that this order corresponds to.

taxAmount
object

The included tax amount after applying all discounts.

shippingAmount
object

The shipping amount.

Headers
string
required
Defaults to application/json
string
required
Defaults to Readme.io API Simulator
string
Defaults to application/json
Language
Credentials
:
Click Try It! to start a request and see the response here!