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 endpointsPOST
/v1/projects/{projectId}/paymentsCreate a payment. Returns a unique deposit address.
liveGET
/v1/projects/{projectId}/paymentsList payments for a project (cursor pagination by last_id)
liveGET
/v1/projects/{projectId}/payments/{paymentId}Get full payment by ID (project-scoped)
liveGET
/v1/payments/{paymentId}Public payment status — trimmed, for the checkout page, no auth required
liveGET
/v1/paymentStatusesAll payment status values — read dynamically, do not hardcode
live