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"
});