POST
/
api
/
v1
/
checkout-intents
/
{id}
/
confirm
{
  "buyer": {
    "postalCode": "<string>",
    "country": "<string>",
    "province": "<string>",
    "city": "<string>",
    "address2": "<string>",
    "address1": "<string>",
    "phone": "<string>",
    "email": "<string>",
    "lastName": "<string>",
    "firstName": "<string>"
  },
  "productUrl": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "developerId": "<string>",
  "id": "<string>",
  "state": "retrieving_offer"
}

Authorizations

Authorization
string
header
required

Rye API key

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Ok

The response is of type object.