Create Checkout
The checkouts
endpoint is responsible for creating a new checkout and returning the associated checkout token.
Authentication
Basic authentication of the form Basic <username:password>
.
Headers
Request
Must be set to express
to enable express checkout.
Allowed values: express
standard
Response
Returns a token, expiry date/time, and checkout URL if successful.