Merchant docs

Start here to integrate and operate with Alpha DigiWallet.

Everything merchant teams need is reachable from this docs hub: onboarding, staging tests, payment API integration, webhook handling, settlement and payout operations, security rules, and production cutover.

Quick path

Recommended path for a new merchant

1

Get staging access

Alpha provisions a staging merchant account so your team can test without production data or live money movement.

2

Build API integration

Create payments from your server, redirect buyers to hosted checkout, and verify webhook signatures.

3

Rehearse operations

Use Test Shop and Test Center to exercise checkout, webhooks, refunds, settlements, chargebacks, and payout dry-runs.

4

Cut over to production

Upload KYB in production, create live keys and webhooks, confirm pricing/reserves, then run one low-value live transaction.

Hosts

Environment map

EnvironmentPortalAPICheckoutPurpose
Testhttps://test.alphadigiwallet.comhttps://test-api.alphadigiwallet.comhttps://checkout-test.alphadigiwallet.comShared sandbox and automated E2E target.
Staginghttps://staging.alphadigiwallet.comhttps://staging-api.alphadigiwallet.comhttps://checkout-staging.alphadigiwallet.comMerchant pilot and integration rehearsal.
Productionhttps://app.alphadigiwallet.comhttps://api.alphadigiwallet.comhttps://checkout.alphadigiwallet.comLive merchant operations after approval.

OpenAPI

Public API surface

The machine-readable OpenAPI contract is intentionally narrow. Merchant secret API keys currently create and read payments only. Other actions, such as refunds, webhooks, payouts, settlement views, KYB, and support, are handled from the merchant dashboard.

MethodPathUseScope
POST/paymentsCreate a hosted checkout paymentpayments:create
GET/paymentsList paymentspayments:read
GET/payments/{id}Get a paymentpayments:read
GET/checkout/{token}Read hosted checkout statepublic