Payments
All groupsAPI REFERENCE

Payments

Idempotency is via externalId — there is no Idempotency-Key header. Money fields are strings. Single payment cap: 60,000.

Payments

5 endpoints
POST/v1/projects/{projectId}/payments

Create a payment. Returns a unique deposit address.

live
GET/v1/projects/{projectId}/payments

List payments for a project (cursor pagination by last_id)

live
GET/v1/projects/{projectId}/payments/{paymentId}

Get full payment by ID (project-scoped)

live
GET/v1/payments/{paymentId}

Public payment status — trimmed, for the checkout page, no auth required

live
GET/v1/paymentStatuses

All payment status values — read dynamically, do not hardcode

live