This API specification is currently still in Testnet beta — endpoints and responses may change without notice.
0x Coffee

0x Coffee

#32 v0.1
active
Verified
Merchant
USD

About

Specialty coffee roasters accepting crypto payments since 2022

Capabilities

orders.create

Place New Order

POST https://api.0xcoffee.io/opencharge/orders/create

Create and sign a new order for payment.

View full docs

orders.status

View Order Status

GET https://api.0xcoffee.io/opencharge/orders/{orderId}/status

Check the payment status of an order.

View full docs

transfer.webhook

Receive Transfer Updates

POST https://api.0xcoffee.io/opencharge/transfer/webhook

Receive signed transfer proofs when payments complete.

View full docs

Settlement

Currencies

USD
{ "opencharge": "0.1", "name": "0x Coffee", "profile": "Specialty coffee roasters accepting crypto payments since 2022", "icon": "/images/0x.svg", "config": { "publicKey": "a34b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b", "endpoint": "https://api.0xcoffee.io/opencharge", "capabilities": [ "orders.create", "orders.status", "transfer.webhook" ], "settlement": { "currencies": [ "USD" ], "accepts": [ 304, 88, 21 ] } }, "kyc": [ 74, 150 ], "signature": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2", "contact": "hello@0xcoffee.io" }
Copy