Managing Payment Gateways

A payment gateway is a merchant service that authorizes credit card payments. In this article we walk through how to create and update payment gateways in the Graphium dashboard.

Creating a Payment Gateway

  1. Navigate to the Payment Gateways settings page in the Graphium dashboard.

  2. Click the Create Payment Gateway button.
  3. Fill out the form with a title and description for your gateway. Select "Stripe Payments" from the Type drop down.

    Note: Graphium currently only supports Stripe payment gateways. If you would like to request additional payment gateways to be supported, please email support@graphiumhealth.com with your request.

  4. In a separate window/tab, login to your Stripe account at https://dashboard.stripe.com
  5. Navigate to the Developers page.

  6. Navigate to the API Keys page.

  7. Copy the Publishable key

  8. In the Graphium dashboard Payment Gateway setup, paste the publishable key into the Publishable Key text field.
    Note: Your key will be pk_test_<hash> if it is in test mode. pk_live_<hash> if it is in live mode.


  9. If your keys are in test mode, check the Test Mode checkbox.
  10. In the Stripe dashboard, copy the Secret Key.
  11. In the Graphium dashboard Payment Gateway setup, paste the secret key into the Secret Key text field.
  12. Click the "Create" button.
  13. Your Payment Gateway is automatically set to Inactive when created. Click the settings button for your gateway and select the Reactivate option to activate it.

Updating a Payment Gateway

  1. Click the Actions button for the gateway you want to update.

  2. Click the Edit option.
  3. Update the title/description/type/etc.
  4. Click the Save button.

Deactivating/Reactivating a Payment Gateway

  1. Click the Actions button for the gateway you want to deactivate/reactivate.
  2. Click the Deactivate or Reactivate option.
  3. Click the Deactivate/Reactivate button in the modal window to confirm the action.