- This topic has 3 replies, 3 voices, and was last updated 5 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Statement Descriptor and Destination Parameter
I’ve set up the plugin for simple credit card processing/sales on my site. I also have a multivendor ERP system that uses Stripe. Each credit card transaction is processed with a dynamic statement descriptor, destination parameter, and fees. Are these supported so I can have that same functionality as the ERP system without needing to do a transfer after the charge?
Statement Descriptor and Destination
https://stripe.com/docs/connect/statement-descriptors
https://stripe.com/docs/connect/destination-charges
Transfers after a charge
Hi.
What you described is Stripe’s Connect functionality. Our plugin isn’t working with Connect, it uses standard payment API.
You can utilize our plugin and make it work with Connect, but it would require some PHP programming knowledge. The plugin has all necessary hooks for this I believe. If not – we can add some per your request.
The stripe connect is not a feature we advertise at the moment.
Thank you for your reply. I implemented the transfers after a charge.