Cost+ Docs

Introduction

Welcome to Cost+ developer documentation

Welcome to Cost+ Developer Docs

Cost+ is a modern payment processing platform that enables merchants to accept payments across multiple channels with transparent, cost-plus pricing. This documentation covers everything you need to integrate with the Cost+ API.

API Base URLs

EnvironmentURL
Livehttps://api.costplus.online/v1
Mock / Testinghttps://stoplight.io/mocks/nopayn/nopayn/37452482

[!NOTE] Use the mock URL during development to test your integration without processing real transactions. Switch to the live URL when you are ready to go live.

Security

All API requests are secured with HTTP Basic Authentication. You must connect over TLS 1.2 or higher.

Example request
curl -u YOUR_API_KEY: https://api.costplus.online/v1/orders/

On this page