JavaScript
Checkout Intents
Retrieve checkout intent
Retrieve a checkout intent by id
Returns checkout intent information if the lookup succeeds.
GET
JavaScript
Authorizations
Rye API key
Path Parameters
The id of the checkout intent to look up
Response
Checkout intent information
- Retrieving Offer
- Awaiting Confirmation
- Requires Action
- Placing Order
- Completed
- Failed
Required range:
x >= 0Available options:
retrieving_offer Promo code string with validation constraints.
- Must contain only letters, digits, underscores, or hyphens
- Maximum length of 32 characters
Maximum string length:
32Pattern:
^[a-zA-Z0-9_\-]+$
