Stripe Payment Block Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Stripe Payment block allows you to create dynamic PayPal Donation Buttons quickly and in a very easy way on your website.
Plugin Functionality:
- Sandbox/Live Mode
- Dynamic Amount of Payment
- All Currencies available
- Dynamic Button Name
- Shortcode can be used in code too.
Shortcode
[rnk_stripe_payment_block amount="10" publishable_key="pk_test_key" secret_key="sk_test_key" currency="usd" label="Pay"]
<?php echo do_shortcode('[rnk_stripe_payment_block amount="10" publishable_key="pk_test_key" secret_key="sk_test_key" currency="usd" label="Pay"]'); ?>
Currency Codes
- ‘AUD’ => ‘Australian Dollars (A $)’
- ‘BRL’ => ‘Brazilian Real’
- ‘CAD’ => ‘Canadian Dollars (C $)’
- ‘CZK’ => ‘Czech Koruna’
- ‘DKK’ => ‘Danish Krone’
- ‘EUR’ => ‘Euros (€)’,
- ‘HKD’ => ‘Hong Kong Dollar ($)’
- ‘HUF’ => ‘Hungarian Forint’
- ‘ILS’ => ‘Israeli New Shekel’
- ‘JPY’ => ‘Yen (¥)’
- ‘MYR’ => ‘Malaysian Ringgit’
- ‘NZD’ => ‘New Zealand Dollar ($)’
- ‘PHP’ => ‘Philippine Peso’
- ‘GBP’ => ‘Pounds Sterling (£)’
- ‘RUB’ => ‘Russian Ruble’
- ‘SGD’ => ‘Singapore Dollar ($)’
- ‘THB’ => ‘Thai Baht’
- ‘USD’ => ‘US Dollars’