Skip to content

Razorpay Payment Gateway Integration for WooCommerce WPGraphQL server πŸš€

License

Notifications You must be signed in to change notification settings

vinocrzy/wp-graphql-razorpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

WPGraphQL Razorpay for WooCommerce (RazorpayGraphQL)

Vino Crazy

Quick Install

  1. Install & activate WooCommerce
  2. Install & activate Razorpay for WooCommerce
  3. Install & activate WPGraphQL
  4. Clone or download the zip of this repository into your WordPress plugin directory & activate the WP GraphQL WooCommerce plugin.
  5. (Optional) Install & activate WPGraphQL-JWT-Authentication to add a login mutation that returns a JSON Web Token.
  6. (Optional) Install & activate WPGraphQL-CORS to add an extra layer of security using HTTP CORS and some of WPGraphQL advanced functionality.

What does this plugin do?

It adds Razorpay for WooCommerce functionality to the WPGraphQL schema using WooCommerce's objects.

Features

  • Mutation Create payment intent using rezorpay with complex filtering options.

Configuration

  • Add your API key and secrets on wp-config.php.
    define('RAZORPAY_API_KEY', 'your_api_key_id');
    define('RAZORPAY_API_SECRET', 'your_api_secrets');

Playground

Feel free to test out the extension using this GraphiQL Playground. The playground allows you to execute queries and mutations, as well as view the schema.

About

Razorpay Payment Gateway Integration for WooCommerce WPGraphQL server πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages