Quickstart

Sign Up for a Merchant Account

  1. Register at portal.us.sanctuspay.com by providing your name and email.

  2. Confirm Your Email: Click the link in the confirmation email, then set your password.

  3. Log In: You’ll have immediate access to the test environment (sandbox).

Explore & Integrate

  1. Obtain Test Credentials: Within your Portal settings, you’ll find sandbox API keys (client ID/secret).

  2. Authenticate: Use these keys to call POST /auth/token and obtain a JWT.

  3. Create a Payment Intent: Try making a POST /intents/payment request to set up a sample payment flow.

  4. Embed Hosted Checkout: Redirect or link your users to the SanctusPay Hosted Checkout Page using the returned intent_id.

  5. Process Transactions: In test mode, confirm you can authorize, partially capture, void, or refund transactions through the relevant API calls (or Portal actions).

  6. Check the Portal: View your test transactions in the Portal to verify operations and statuses.

Last updated

Was this helpful?