Title: Certain payment method
Last modified: April 3, 2017

---

# Certain payment method

 *  Resolved [asgard01](https://wordpress.org/support/users/asgard01/)
 * (@asgard01)
 * [9 years ago](https://wordpress.org/support/topic/certain-payment-method/)
 * Hello again.
    Please, tell me how to add a field with certain payment method 
   for credit cards? For example: visa, mastercard, etc. Is it possible? I find 
   just «Payment method title» field, but i want more details about transaction 
   than «Credit Card Payment».

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

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [9 years ago](https://wordpress.org/support/topic/certain-payment-method/#post-8985374)
 * Hello
 * What plugin do you use to accept credit cards?
 *     ```
       add_filter('woe_get_order_value_payment_method_title','woe_adjust_payment_method_title', 10, 2);
       function woe_adjust_payment_method_title($value, $order) {
       	// you must modify $value here 
       	// I'm not sure how the plugin stores CC details
       	return $value;
       }
       ```
   
 *  Thread Starter [asgard01](https://wordpress.org/support/users/asgard01/)
 * (@asgard01)
 * [9 years ago](https://wordpress.org/support/topic/certain-payment-method/#post-8986501)
 * Thank you for very fast answer!
    I use «SecurionPay for WooCommerce» plugin to
   accept credit cards. Are you already encountered with this plugin?
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [9 years ago](https://wordpress.org/support/topic/certain-payment-method/#post-8986623)
 * They don’t record which credit card was used
 * I see only “chargeId” is added to notes
    [https://github.com/securionpay/securionpay-woocommerce/blob/master/classes/SecurionpayPaymentGateway.php#L149](https://github.com/securionpay/securionpay-woocommerce/blob/master/classes/SecurionpayPaymentGateway.php#L149)
 * I’m sorry, I can’t help you for free, it will require a lot of time
 *  Thread Starter [asgard01](https://wordpress.org/support/users/asgard01/)
 * (@asgard01)
 * [9 years ago](https://wordpress.org/support/topic/certain-payment-method/#post-8986974)
 * Ok, thanks.
    I’ll try to change a plugin for accepting credit cards.

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

The topic ‘Certain payment method’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

## Tags

 * [mastercard](https://wordpress.org/support/topic-tag/mastercard/)
 * [payment method](https://wordpress.org/support/topic-tag/payment-method/)
 * [visa](https://wordpress.org/support/topic-tag/visa/)

 * 4 replies
 * 2 participants
 * Last reply from: [asgard01](https://wordpress.org/support/users/asgard01/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/certain-payment-method/#post-8986974)
 * Status: resolved