Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide working request signing examples against /test-signature endpoint #51

Open
alexheretic opened this issue Mar 23, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@alexheretic
Copy link
Contributor

alexheretic commented Mar 23, 2022

It would be helpful to have runnable examples in each lang POST https://api.truelayer-sandbox.com/test-signature.

Example readme template:

$LANG request signature example

Sends a signed request to https://api.truelayer-sandbox.com/test-signature.

Run

Set environment variables:

  • ACCESS_TOKEN A valid JWT access token for payments scope docs.
  • KID The certificate/key UUID for associated with your public key uploaded to console.truelayer.com.
  • PRIVATE_KEY Private key PEM string that matches the KID & uploaded public key.
    Should have the same format as this example private key.
$ $command-to-run-example
204 ✓
@alexheretic
Copy link
Contributor Author

Java taken care of in #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant