Title: Send/Receive Webhook Data
Last modified: May 14, 2022

---

# Send/Receive Webhook Data

 *  Resolved [rmilker](https://wordpress.org/support/users/rmilker/)
 * (@rmilker)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/send-receive-webhook-data/)
 * Hello,
 * My question is regarding ACH payments, and it’s two-fold. First, is it possible
   to send custom data along with the transaction details to Stripe, and then receive
   it back after the payment successfully clears? And second, could you provide 
   some guidance on how to send a custom request back to the Stripe account after
   the charge succeeds? I would like to send a transfer request to a connected account.
 * Thank you for your time and a great plugin,
    Roman.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [4 years ago](https://wordpress.org/support/topic/send-receive-webhook-data/#post-15653214)
 * Hi [@rmilker](https://wordpress.org/support/users/rmilker/),
 * Thank you for your patience.
 * > First, is it possible to send custom data along with the transaction details
   > to Stripe, and then receive it back after the payment successfully clears?
 * Yes, the recommended way to do this is using the metadata property for the charge
   object.
 * > I would like to send a transfer request to a connected account.
 * What you can do is hook in to the action `wc_stripe_webhook_charge_succeeded`
   which is called by the webhook. You can then perform any custom action that you
   want such as issuing a transfer etc.
 * Kind Regards,

Viewing 1 replies (of 1 total)

The topic ‘Send/Receive Webhook Data’ is closed to new replies.

 * ![](https://ps.w.org/woo-stripe-payment/assets/icon-256x256.png?rev=2611337)
 * [Payment Plugins for Stripe WooCommerce](https://wordpress.org/plugins/woo-stripe-payment/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-stripe-payment/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-stripe-payment/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-stripe-payment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-stripe-payment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-stripe-payment/reviews/)

## Tags

 * [ACH](https://wordpress.org/support/topic-tag/ach/)
 * [api](https://wordpress.org/support/topic-tag/api/)

 * 1 reply
 * 2 participants
 * Last reply from: [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/send-receive-webhook-data/#post-15653214)
 * Status: resolved