In App Purchases

Biometric Auth

Bio Auth Lock is our authentication system that integrates seamlessly with your existing solution.

Push Notifications

Export Project Files

2,463 files
Preview available for the first 100 files
/src/components
button.tsx

Hooks

Getting Started

Learn how to build your first app using our no-code builder.

window.despia.charge({
"purchase": "123456",
"amount": 49.99,
"currency": "USD",
"customer": {
"id": "CUST987654",
"name": "John Doe",
"email": "johndoe@example.com"
},
"items": [
{
"id": "ITEM001",
"name": "Wireless Mouse",
"quantity": 1,
"price": 29.99
},
{
"id": "ITEM002",
"name": "Keyboard",
"quantity": 1,
"price": 20.00
}
],
"metadata": {
"order_id": "ORD123456789",
"notes": "Gift wrap requested"
},
"timestamp": "2024-11-24T14:30:00Z"
});