Title: Stripe API Question
Last modified: February 17, 2025

---

# Stripe API Question

 *  Resolved [azael2k](https://wordpress.org/support/users/azael2k/)
 * (@azael2k)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/stripe-api-question/)
 * Hi.
 * We are using your plugin along with Stripe as a payment method. If we add some
   custom fields like “VAT , Company name” and use the Push Form Data to Stripe 
   then all of these values go directly to Meta Fields area in Stripe. Is there 
   any way to send them to Billing Details or Customer Object rather then Meta Fields?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Support [Amimul Ihsan](https://wordpress.org/support/users/amimulihsanmahdi/)
 * (@amimulihsanmahdi)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/stripe-api-question/#post-18321162)
 * Hello [@azael2k](https://wordpress.org/support/users/azael2k/),
 * You can customize stripe checkout arguments using the below filter hook:
 *     ```wp-block-code
       add_filter('fluentform/stripe_checkout_args', function($checkoutArgs, $submission, $transaction, $form){//write your code here;return $checkoutArgs;}, 10, 4);
       ```
   
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Stripe API Question’ is closed to new replies.

 * ![](https://ps.w.org/fluentform/assets/icon-256x256.png?rev=3354580)
 * [Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder](https://wordpress.org/plugins/fluentform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluentform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluentform/)
 * [Active Topics](https://wordpress.org/support/plugin/fluentform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluentform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluentform/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Amimul Ihsan](https://wordpress.org/support/users/amimulihsanmahdi/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/stripe-api-question/#post-18321162)
 * Status: resolved