Title: Tokenization using Pelecard plugin
Last modified: August 15, 2017

---

# Tokenization using Pelecard plugin

 *  Resolved [avigdor](https://wordpress.org/support/users/avigdor/)
 * (@avigdor)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/tokenization-using-pelecard-plugin/)
 * Hi.
    Installed the plug-in.. problem is that I need always to capture a token.
   It seems this happens only when client presses ‘save to account’ option. Is there
   a way to either always save tokens by default or mark the check box with no uncheck
   option? Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftokenization-using-pelecard-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * (@idofri)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/tokenization-using-pelecard-plugin/#post-9412124)
 * You could use this filter to force token creation upon successful transaction:
 *     ```
       add_filter( 'wc_pelecard_gateway_iframe_args', function( $args ) {
       	if ( is_user_logged_in() ) {
       		$args['CreateToken'] = true;
       	}
       	return $args;
       } );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Tokenization using Pelecard plugin’ is closed to new replies.

 * ![](https://ps.w.org/woo-pelecard-gateway/assets/icon-128x128.png?rev=1370766)
 * [Pelecard Gateway](https://wordpress.org/plugins/woo-pelecard-gateway/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-pelecard-gateway/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-pelecard-gateway/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-pelecard-gateway/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-pelecard-gateway/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-pelecard-gateway/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ido Friedlander](https://wordpress.org/support/users/idofri/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/tokenization-using-pelecard-plugin/#post-9412124)
 * Status: resolved