Build with Medpaid

Integrate HSA/FSA into any Checkout

Medpaid provides integration with Checkout Champ, a WordPress WooCommerce plugin and an API for custom solutions so your team can ship HSA/FSA payment solutions without building compliance systems from scratch.

Authentication

Authentication

All Plugin API endpoints use query-parameter authentication. Include your OnboardingKey and ExternalKey on every request. These credentials are issued when your merchant account is created.

  • Keep your keys out of client-side code — proxy through your server.
  • Keys are scoped to your merchant account and cannot access other merchants.
  • Contact support@medpaid.com to rotate or retrieve credentials.
Authentication example http
GET https://api.medpaid.com/plugin/clients/get-client
  ?OnboardingKey=ok_your_key_here
  &ExternalKey=ek_your_key_here

Need credentials? Contact the Medpaid team or email support@medpaid.com.

Quick start

Three steps to go live.

1

Get your credentials

Contact Medpaid to receive your OnboardingKey and ExternalKey. These are issued after your merchant account is reviewed.

2

Configure your platform

Call configure-platform with your store domain, callback URLs, and plugin key to connect Medpaid to your storefront.

3

Push your first cart

When a shopper selects HSA/FSA at checkout, push the cart to Medpaid and redirect them to the returned CartReference URL.

Get started

Ready to integrate?

Browse the full Plugin API reference or jump straight into a setup guide for your platform.