• Resolved suvam96

    (@suvam96)


    Hello CartFlow Team, first of all, I would like to thank you for making this plugin, especially the Webhook Feature, Now let’s come to my question, sir please tell me How To Send the Checkout Token Parameter through the webhook?

    currently, the plugin sends Checkout Token with a checkout URL, like – https://www.domain.com/checkout/?wcf_ac_token=something

    I want only the checkout token

    Please Help Me With This Matter

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support CartFlows Team

    (@cartflows)

    Hello @suvam96,

    Thank you for reaching out to us and for your feedback.

    Regarding your question, the plugin does not send the token separately in webhook data.
    Rather it sends a checkout page URL with a token parameter as you mentioned above.

    But we have a filter through which you can separate the token from the URL and pass it to webhook data. To achieve this you need to add custom code.

    Filter name: woo_ca_webhook_trigger_details
    Above is the filter before sending the data to webhook and contains all data.

    Hope it helps.

    Thread Starter suvam96

    (@suvam96)

    I unable to add custom code, also talked with many php developer even they are not able to find the solution, Please Help me

    Thread Starter suvam96

    (@suvam96)

    @cartflows Any update on this?

    Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @suvam96,

    Using the woo_ca_webhook_trigger_details filter you can achieve it.

    In filter data checkout URL is available and Checkout URL contains the wcf_ca_token parameter.

    You need to separate out that parameter and add it in webhook data array.

    Please be noted, providing custom code is not in our support scope.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How To Send Checkout Token Parameter’ is closed to new replies.