{
"order": {
"amount": "150000",
"currency": "IDR",
"invoice_number": "INV-20260710-0002",
"callback_url": "https://merchant.example.com/callback",
"callback_url_result": "https://merchant.example.com/callback/result",
"line_items": [
{
"name": "Wireless Mouse",
"quantity": 2,
"price": "75000.00",
"sku": "SKU-WM-001",
"category": "Electronics",
"url": "https://merchant.example.com/products/wireless-mouse",
"image_url": "https://merchant.example.com/images/wireless-mouse.png",
"type": "PHYSICAL",
"sub_total": 150000
}
],
"language": "en",
"auto_redirect": false,
"disable_retry_payment": false
},
"payment": {
"payment_method_types": [
"VIRTUAL_ACCOUNT_BCA"
],
"payment_due_date": 60,
"token_id": "string",
"url": "string"
},
"customer": {
"id": "CUST-99887",
"name": "Budi Santoso",
"email": "budi.santoso@example.com",
"phone": "+6281234567890",
"address": "Jl. Sudirman No. 1, Jakarta",
"country": "ID",
"postcode": "12190",
"state": "DKI Jakarta",
"city": "Jakarta"
},
"additional_info": {
"remarks": "gift wrap requested"
}
}