Retrieve checkout information and generate Braintree client token for payment processing
curl --request GET \
--url https://api.example.com/api/v1/payments/checkout/order/{id}/{
"detail": "Authentication credentials were not provided."
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/klvxn/ecommerce-api/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer <your_token>
Show Order object properties
{
"detail": "Authentication credentials were not provided."
}
config/settings.py
BRAINTREE_MERCHANT_IDBRAINTREE_PUBLIC_KEYBRAINTREE_PRIVATE_KEYgateway.client_token.generate() and is required for secure client-side payment form initialization.payments/views.py:29curl --request GET \
--url https://api.example.com/api/v1/payments/checkout/order/{id}/{
"detail": "Authentication credentials were not provided."
}