Mock payment for now — the order is saved through the backend API with duplicate-submit protection.
Duplicate-submit protected checkout
Instant entitlement + signed library link
Backend-ready order payload
{
"customer": {
"company": "My Business",
"delivery_email": "buyer@example.com",
"email": "buyer@example.com",
"full_name": "Anslation Store Buyer",
"phone": "+91 90000 00000"
},
"delivery": {
"mode": "email-library",
"notes": "Need English-ready setup and clean launch guidance."
},
"items": [],
"order_id": "AS-DP-BACKEND-PENDING",
"payment": {
"mode": "mock",
"status": "pending_mock"
},
"totals": {
"add_on_total": 0,
"grand_total": 0,
"product_total": 0,
"service_fee": 0
}
}