Skip to content

Quickstart

Sign Up for a Merchant Account

  1. Register at Portal by providing your name and email.
  2. Confirm Your Email: Click the link in the confirmation email, then set your password.
  3. Log In: Gain immediate access to the test environment (sandbox).

Explore & Integrate

Hosted Checkout Page

  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 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.

Custom API Integration

  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.