Payments
Your merchant account, your margin.
Charge, subscribe, and refund on your own merchant account — you keep the payment margin instead of handing a cut to a platform middleman. Billing is built for recurring therapy, with refunds and order cancellations always kept in sync so money and fulfillment match. Cardholder data is tokenized client-side and never touches our systems.
What's inside
Billing that keeps up with care.
Merchant accounts, subscriptions, refunds, and minimized PCI scope — exposed as API.
Your merchant, your margin
Telehealth-ready merchant accounts
Subscriptions & rebills
Refunds & adjustments
Card data never touches us
Callable by your agents
How it fits
Refunds and cancellations, always in sync.
Payments aren’t a bolt-on integration — charges and refunds are steps in the same durable order workflow. When an order can’t be fulfilled, the charge is automatically reversed in the same transaction, so money and fulfillment always match. A charge that’s retried bills once, never twice.
POST /v1/subscriptions
{
"patient_id": "pat_77a1...",
"plan": "monthly-therapy",
"payment_token": "tok_live_..."
}
201 Created
{ "subscription_id": "sub_9k4d...", "status": "active" }Illustrative — the live reference lives at docs.purplelabelmd.com.
Get started