Integrate Stripe Payment gateway in elgg.

While i have downloaded and activated the stripe plugin and added the card using the php code:- echo elgg_view('input/stripe/card');

but i don"t know in which file and where i have to add:- $token = get_input('stripe_token');

and without adding this code i am getting an error:-"Form is missing_token or_ts fields."

please someone help me in this.

In readme Section of plugin:-

To display card information input form, use:

```php

// in your form
echo elgg_view('input/stripe/card');

// in your action
$token = get_input('stripe_token');
```

This discussion is closed.

This discussion is closed and is not accepting new comments.