Title: custom fields for Stripe
Last modified: October 26, 2020

---

# custom fields for Stripe

 *  Resolved [eldoland](https://wordpress.org/support/users/eldoland/)
 * (@eldoland)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-for-stripe/)
 * Hi,
    i’m wondering if i can do something like this with your plugin + Stripe:
   i will have 3 items in the dropdown selection: A, B and C A costs 1 dollar, B
   1.20 and C 1.50 the client can choose A, B or C and the quantity, for example
   200A, the price will be 200$, 100B the price will be 120$ and so on
 * and it will be a one time price, not recurring
 * is it possible?
    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Andrew Lima](https://wordpress.org/support/users/andrewza/)
 * (@andrewza)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-for-stripe/#post-13585763)
 * Hi [@eldoland](https://wordpress.org/support/users/eldoland/)
 * Thank you for using Paid Memberships Pro.
 * This is possible to achieve with a bit of custom code, you may use the `pmpro_checkout_level`
   filter to adjust pricing based on REQUEST parameters (option selected from the
   dropdown).
 * Here is a link to the documentation for the pmpro_checkout_level filter – [https://www.paidmembershipspro.com/hook/pmpro_checkout_level/](https://www.paidmembershipspro.com/hook/pmpro_checkout_level/)
 *  Thread Starter [eldoland](https://wordpress.org/support/users/eldoland/)
 * (@eldoland)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-for-stripe/#post-13593610)
 * Hi Andrew,
    thanks for your reply! Can you pls tell me how to proceed? what should
   i add and where? thanks!
 *  Plugin Author [Andrew Lima](https://wordpress.org/support/users/andrewza/)
 * (@andrewza)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-for-stripe/#post-13595731)
 * Hi [@eldoland](https://wordpress.org/support/users/eldoland/)
 * This would require custom code to achieve, our support here doesn’t cover custom
   coded solutions.
 * Here is a code snippet that may help get you started – [https://gist.github.com/strangerstudios/9120040#file-my_pmpro_checkout_level-php](https://gist.github.com/strangerstudios/9120040#file-my_pmpro_checkout_level-php)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘custom fields for Stripe’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/paid-memberships-pro_f1dacb.svg)
 * [Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions](https://wordpress.org/plugins/paid-memberships-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paid-memberships-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paid-memberships-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/paid-memberships-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paid-memberships-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paid-memberships-pro/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Andrew Lima](https://wordpress.org/support/users/andrewza/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-for-stripe/#post-13595731)
 * Status: resolved