Create a new payment intent for checkout.
https://api.kryptopay.xyzAuthorization: Bearer <api_key>testnet or mainnet)amount_units: integer amount in smallest unit (USDC usually 6 decimals)chain: target chain (base or polygon)wallet_address: optional payout wallet override (0x...)expires_in_minutes: checkout expiry window (server clamps to 5..60)lane: checkout lane (sdk or manual)metadata: your internal identifiers (order_id, customer_id, etc)token: currently USDC500, network)api_key_missing, api_key_invalid)invalid_bodyBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Payment amount in smallest token units (USDC uses 6 decimals).
x >= 1base, polygon Optional recipient wallet override.
Intent expiry in minutes. Server clamps to 5..60.
sdk, manual Optional token selector. Currently USDC only.
USDC Payment intent created
"requires_payment"
testnet, mainnet base, polygon 6
"USDC"
sdk, manual