Quickstart
Last updated
Was this helpful?
Last updated
Was this helpful?
Register at by providing your name and email.
Confirm Your Email: Click the link in the confirmation email, then set your password.
Log In: You’ll have immediate access to the test environment (sandbox).
Obtain Test Credentials: Within your Portal settings, you’ll find sandbox API keys (client ID/secret).
Authenticate: Use these keys to call POST /auth/token
and obtain a JWT.
Create a Payment Intent: Try making a POST /intents/payment
request to set up a sample payment flow.
Embed Hosted Checkout: Redirect or link your users to the SanctusPay Hosted Checkout Page using the returned intent_id
.
Process Transactions: In test mode, confirm you can authorize, partially capture, void, or refund transactions through the relevant API calls (or Portal actions).
Check the Portal: View your test transactions in the Portal to verify operations and statuses.