Generate your API keys
Start by generating API keys for both LoanPro and Secure Payments.
All requests within this guide require valid API keys from both your LoanPro and Secure Payments accounts.
Don't have access to a LoanPro sandbox account?
Generate LoanPro API keys
Log in to your LoanPro account, then navigate to Settings > Company > API > Overview. Then, complete the following steps to create an API token:
Take note of your tenant ID and the token that you have createdâthese are both used as headers when sending requests to the LoanPro API:
Authorization: Bearer {token}
Autopal-Instance-Id: {tenant ID}
Content-Type: application/json
To learn more about LoanPro API tokens, view API Token Management â
Generate Secure Payments API keys
While logged in to your LoanPro account, navigate to Secure Payments by clicking your profile name in the top right corner. Then, complete the following steps to view your API information:
Take note of your account's token
and secret
âthese are both used as headers when sending requests to the Secure Payments API:
Authorization: {token}
Secret: {secret}
Additionally, note the user ID associated with your Secure Payments account. This specific value is used when authorizing card transactions.
Updated 3 days ago