• Resolved rmilker

    (@rmilker)


    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

    (@mrclayton)

    Hi @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.