Cost+Docs

Welcome to Cost+ Developer Docs

Welcome to Cost+ developer documentation

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 URL

URL
APIhttps://api.costplus.online/v1

There is no separate sandbox URL. Cost+ uses a single API endpoint. Whether a transaction is processed in sandbox or production mode is determined by your API key — specifically whether the website (project) in the Merchant Portal is configured as sandbox or production.

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