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?

Reach out to us to get started ↗

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.