Partial Payments Trigger Woo-commerce

When asking your question, please include:

:footprints: The steps you have taken
:camera_flash: Relevant screenshots
:link: Any links you have
[ Code { "and": "JSON", "in" : "code block"} ]
:x: Exclude Personal Information.
Is it possible to create or code a partially paid option in Woocommerrce? Not seeing one

For this, what you want to do is set up a custom webhook in Make and Grab the generated Webhook URL.

Then go to WooCommerce and set up the relevant Webhook in the Settings Page. You can follow the instruction here.

2 Likes

Made the webhook, however, would need to aggregate the data to pass conversions, etc.

The webhook seems to only have an id and not a variable what would you do in this case

Thanks

1 Like

If the details are not there, what you can do is use the Get an Order Module of Woocommerce after the Webhook and do the rest of the operation based on the result of that module.

1 Like

Thanks, it’s sorted just needed to run the hook for data to populate thanks again bud.