Skip to content

pawaPay/signatures-java-example

Repository files navigation

pawaPay signed request example quick start guide

  1. Generate EC P-256 private and public keys in pem format
$ openssl ecparam -name P-256 -genkey -noout -out private-key.pem
$ openssl ec -in private-key.pem -pubout -out public-key.pem

and copy to src/test/resources

  1. Upload generated public key in the customer dashboard System Configuration/API Tokens/Sequrity and update keyId in config.yaml according to Key ID in dashboard.

  2. Generate API Token in the customer dashboard System Configuration/API Tokens/Create and update authToken in src/test/resources/config.yaml

  3. Execute

$ ./gradlew test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages