Here are definitions for some of the keywords and concepts that will be commonly used or associated with AlmondPay's API.
OAuth Client app
This is the application created on your Safe Haven dashboard. It is used to integrate the Safe Haven API.
OAuth Client ID
This is the ID of the OAuth app created on your Safe Haven dashboard.
Public Key
This is a user generated key used in creating your client assertion and is required when creating an oauth application.
Private Key
Your private key is used to sign your Client assertion. It is generated along with your public key.
Client Assertion
This is an encoded token that holds information about your OAuth client. It is signed using your generated private key and can be exchanged for an API access token to make requests with almondpay.