On This Page
Deprecating September 2026: HTTP Signature Messaging
Create a Shared Secret Key Pair
You must create a shared secret key pair to use HTTP signature message security.
All account users can create their own unique shared secret key pair. In
addition, portfolio and merchant account users can also create a
meta key
of a
shared secret key pair. Meta keys enable an organization administrator to assign a
single shared secret key pair to some or all transacting merchants in their
organization. The purpose of a meta key is to reduce the time needed to manage an
organization's keys. For example, by assigning the same meta key to all of your
transacting merchants, you need to update only one key when it expires instead of having
to update each transacting merchant's key when it expires.For more information about meta keys, see the Meta Key Creation and
Management section in the
Creating and Using Security Keys User
Guide
.Figure:
Account Type Overview
- Portfolio
- A portfolio account represents the partner administrator user. This account type can create and manage merchant accounts in the test and production environments.
- Merchant
- A merchant account represents the merchant administrator user. This account type can create and manage multiple transacting merchant accounts in their organization.
- Transacting Merchant
- A transacting merchant represents the merchant user who is processing transactions. This account type is typically the account that sends API requests.
Step 2A: Creating a Shared Secret Key Pair
Follow these steps to create a shared secret key pair:
- Log in to theBusiness Center:
- On the left navigation panel, choosePayment Configuration > Key Management.
- Click+ Generate keyon the Key Management page.
- Under REST APIs, chooseREST – Shared Secretand then clickGenerate key.
The REST API Shared Secret Key page appears. - ClickDownload key
.
The.pemfile downloads to your desktop.
TheKeyvalue is yourkey IDand theShared Secretvalue is yourshared secret key.IMPORTANTSecurely store the key credentials and.pemfile in your system. These credentials are required in order to implement certain products, and you must be able to access them.
To create or submit another key, click
Generate another key
. To view all of
your created keys, go to the Key Management page.- What to do next
- To test your shared secret key pair, see Step 2B: Test Your Shared Secret Key Pair.
Step 2B: Test Your Shared Secret Key Pair
After creating your key certificate, you must verify that your key can successfully
process API requests. Follow these steps to validate your key certificate in the
Developer Center and the
Business Center
.- Go to the Developer Center's API Reference page:
- On the left navigation panel, click .
- Under Authentication and Sandbox Credentials, go to the Authentication Type drop-down menu and chooseHTTP Signature.
- Enter your organization ID in theOrganization IDfield.
- Enter your key, also known as your private key, in theKeyfield.
- Enter your secret key, also known as your public key, in theShared Secret Keyfield.
- ClickUpdate Credentials.
- Go to the Developer Center's API Reference and navigate toPayments >.POSTProcess a Payment
- ClickSend.
A message confirms that your request was successful with the status code 201.
- Log in to theBusiness Center:
- On the left navigation panel, chooseTransaction Management > Transactions.
- Under Search Results, verify that the request ID from the test authorization response is listed in the Request ID column.If the test authorization was successful, a success message is present in the corresponding Applications column.