{
"plugin_version": "1.0.1",
"test_mode": false,
"merchant_cart_id": "e17580b9-0637-405c-b507-28230f2db7ba",
"customer": {
"email": "[email protected]",
"first_name": "Hulda",
"last_name": "Klocko",
"phone": "271-970-2219",
"timezone": "America/Chicago"
},
"metadata": {
"platform": "SHOPIFY",
"webhook_url": "https://your-server.com/payment-webhook"
},
"shipping_info": {
"address_line_1": "901 L Street Northwest",
"address_line_2": null,
"state": "Washington DC",
"city": "Washington",
"zip": "20001",
"country": "US"
},
"billing_info": {
"address_line_1": "901 L Street Northwest",
"address_line_2": null,
"state": "Washington DC",
"city": "Washington",
"zip": "20001",
"country": "US"
},
"shipping_amount": 0,
"discount": 0,
"tax_amount": 0,
"success_url": "https://your-site.com/payment/success",
"failure_url": "https://your-site.com/payment/failed",
"line_items": [
{
"merchant_product_id": null,
"name": "Shopify Product",
"product_picture": "https://via.placeholder.com/150",
"product_amount": 101,
"quantity": 1,
"currency_code": "USD"
},
{
"merchant_product_id": 232,
"name": "Shopify Product",
"product_picture": "https://via.placeholder.com/150",
"product_amount": 201,
"quantity": 1,
"currency_code": "USD"
}
]
}