Generates a short-lived, tamper-proof checkout token for initializing Paywint Inline Checkout.
This endpoint performs the following actions:
X-Api-Key and X-Api-SecretThe returned token must be supplied on all SDK-facing calls as:
Documentation Index
Fetch the complete documentation index at: https://docs.paywint.com/llms.txt
Use this file to discover all available pages before exploring further.
Your API Key (UUID format). Required to identify and authorize each request
Secret associated with your API Key. Used for authenticating requests. Keep this secure.
Token generation request for Inline Checkout (developer initiator).
Notes The developer passes the payer's email OR phone+phone_country_code. The backend resolves or creates the payer user (platform_id=1) and issues the token.
Payment amount (canonical).
x <= 100000Payer email address. Provide this OR phone+phone_country_code.
"jane@example.com"
Payer phone number (digits only, no country code). Required if email is not provided.
5 - 20"5550001234"
Phone country code (e.g. +1). Required if phone is provided.
1 - 10"+1"
Payment currency code (canonical).
3 - 10Successful Response
Indicates whether the request was processed successfully.
true
A short, human-readable message describing the result of the request.
"Operation completed."
The main response payload, if applicable
The Unix timestamp (in seconds) indicating when the response was generated.
1718006400