LogoLogo
Access Portal
  • SanctusPay Documentation
  • Getting Started
    • Quickstart
  • Basics
    • Merchant Account
      • Registration
      • Application
      • Activation
    • Payment Processing
      • Transaction Concept
      • Operation Concept
    • Hosted Checkout Page
      • SanctusPay HCP
      • Technical Information
    • Plugins
      • Woocommerce
  • Developer
    • About
    • API reference
      • Auth
        • Token
      • Intents
        • Card
        • Payment
      • Transaction
      • Transactions
      • Refunds
    • Specification
Powered by GitBook
LogoLogo

Institutional

  • SanctusPay
  • SanctusPay Portal

@ 2025 SanctusPay

On this page
  • Sign Up for a Merchant Account
  • Explore & Integrate

Was this helpful?

Export as PDF
  1. Getting Started

Quickstart

PreviousSanctusPay DocumentationNextMerchant Account

Last updated 4 months ago

Was this helpful?

Sign Up for a Merchant Account

  1. Register at 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.

  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: Try making a POST /transactions request to create a new transaction.

portal.us.sanctuspay.com