{
    "pageTitle": "Payment Sites",
    "instructionsTitle": "Integration guide",
    "instructionsSubtitle": "Connect {domain} to api.itcarrot.com payments.",
    "instructionsClose": "Close guide",
    "instructionsNotice": "Save the API key and notify secret now. Use them only on the server side of your external site.",
    "instructionsOpen": "Integration guide",
    "step1Title": "1. Create checkout session",
    "step1Copy": "Call the API from your server when the customer starts checkout. Amount is in cents.",
    "step2Title": "2. Redirect customer to Stripe",
    "step2Copy": "Send the browser to checkout_url from the response.",
    "step3Title": "3. Handle browser return",
    "step3Copy": "After payment, Stripe redirects the user to your success URL with these query parameters:",
    "step4Title": "4. Handle server notification",
    "step4Copy": "api.itcarrot.com sends a signed POST request to your notify URL when payment is confirmed:",
    "step4Signature": "Verify X-Payment-Signature with HMAC-SHA256 over the raw request body:",
    "step5Title": "5. Verify payment status",
    "step5Copy": "Optional server-side status check if you need to confirm payment before fulfillment:",
    "copyExample": "Copy example",
    "fieldApiKey": "API key",
    "fieldNotifySecret": "Notify secret",
    "fieldCurrency": "Currency"
}
