Back to All

Checkout

estoy integrando Checkout y mando este json para obtener mi id pero no me responde mas q

request :
{"line_items": [{ "name": "Laptop Dell Chromebook 3100 11 6 Intel Celeron N4020 Disco duro 32 GB Ram 4 GB Chrome Os Color Negro", "description": "Laptop Dell Chromebook 3100 11 6 Intel Celeron N4020 Disco duro 32 GB Ram 4 GB Chrome Os Color Negro", "unit_price": 1000000, "quantity": 1, "sku": "DEHLATAB306", "shippable": true},{ "name": "Laptop Acer Chromebook 311 C733 C2DS 11 6 Intel Celeron N4020 Disco duro 32 GB Ram 4 GB Chrome Os Color Negro", "description": "Laptop Acer Chromebook 311 C733 C2DS 11 6 Intel Celeron N4020 Disco duro 32 GB Ram 4 GB Chrome Os Color Negro", "unit_price": 1200000, "quantity": 1, "sku": "AEHLATAB305", "shippable": true} ], "currency": "MXN", "customer_info": {"customer_id": "cus_2q2gYBjaVtMcSQ4Pi" }, "metadata": {"description": "compra en Abacco" }, "checkout": [{ "name": "compra en Abacco", "allowed_payment_methods": [ "cash", "card", "bank_transfer" ], "monthly_installments_options": [ 3, 6, 9, 12 ], "monthly_installments_enabled": true, "on_demand_enabled": true, "type": "Integration"} ]}

response:
{"livemode":false,"amount":2200000,"currency":"MXN","amount_refunded":0,"customer_info":{"email":"[email protected]","phone":"+52123456789","name":"Monitoreo Tecnofin","corporate":false,"customer_id":"cus_2q2gYBjaVtMcSQ4Pi","object":"customer_info"},"shipping_contact":{"receiver":"Monitoreo Tecnofin","phone":"+52-123456789","address":{"street1":"Guanajuato 240","city":"Cuauhtemoc","state":"Distrito Federal","residential":true,"object":"shipping_address","postal_code":"06700"},"id":"ship_cont_2q2hcN1b6y6U9iZ3q","object":"shipping_contact","created_at":0},"object":"order","id":"ord_2q2hcN1b6y6U9iZ3r","metadata":{"description":"compra en Abacco"},"created_at":1625272284,"updated_at":1625272284,"line_items":{"object":"list","has_more":false,"total":2,"data":[{"name":"Laptop Acer Chromebook 311 C733 C2DS 11 6 Intel Celeron N4020 Disco duro 32 GB Ram 4 GB Chrome Os Color Negro","description":"Laptop Acer Chromebook 311 C733 C2DS 11 6 Intel Celeron N4020 Disco duro 32 GB Ram 4 GB Chrome Os Color Negro","unit_price":1200000,"quantity":1,"sku":"AEHLATAB305","object":"line_item","id":"line_item_2q2hcN1b6y6U9iZ3o","parent_id":"ord_2q2hcN1b6y6U9iZ3r","metadata":{},"antifraud_info":{}},{"name":"Laptop Dell Chromebook 3100 11 6 Intel Celeron N4020 Disco duro 32 GB Ram 4 GB Chrome Os Color Negro","description":"Laptop Dell Chromebook 3100 11 6 Intel Celeron N4020 Disco duro 32 GB Ram 4 GB Chrome Os Color Negro","unit_price":1000000,"quantity":1,"sku":"DEHLATAB306","object":"line_item","id":"line_item_2q2hcN1b6y6U9iZ3n","parent_id":"ord_2q2hcN1b6y6U9iZ3r","metadata":{},"antifraud_info":{}}]}}"

y en la documentacion dice que debe responder con un modulo como este:

"checkout": {
"id": "42a4c95e-0db2-4ae8-9bb3-ea681acc8281",
"object": "checkout",
"status": "Issued",
"allowed_payment_methods": ["cash", "card", "bank_transfer"],
"needs_shipping_contact": true,
"livemode": true
},