🌊
PayTide · 潮汐支付
{{ t('adminLogin') }}
{{ error }}

{{ currentTitle }}

{{ t('headerHint') }}

{{ error }}
{{ t('name') }}{{ t('merchantId') }}{{ t('apiKey') }}{{ t('status') }}{{ t('balance') }}{{ t('created') }}
{{ m.name }}{{ m.merchantId }}{{ mask(m.apiKey) }}{{ merchantLabel(m.status) }}{{ money(m.balance || 0) }} USDT{{ fmtDate(m.createdAt) }}
{{ t('noMerchants') }}
{{ t('address') }}{{ t('chain') }}{{ t('status') }}{{ t('paymentId') }}{{ t('lockedAt') }}
{{ truncate(w.address,12,8) }}{{ w.chain }}{{ statusLabel(w.status) }}{{ w.paymentId || '—' }}{{ fmtDate(w.lockedAt) }}
{{ t('noWallets') }}
{{ t('paymentId') }}URL{{ t('statusCode') }}{{ t('attempt') }}{{ t('nextRetry') }}{{ t('created') }}
{{ c.paymentId }}{{ c.url }}{{ c.status || '—' }}{{ c.attempt }}{{ fmtDate(c.nextRetryAt) }}{{ fmtDate(c.createdAt) }}
{{ t('noCallbacks') }}

{{ t('integrationGuide') }}

  1. {{ t('guide1') }} apiKey + secret.
  2. {{ t('guide2') }} POST /api/v1/payments.
  3. {{ t('guide3') }} paymentUrl.
  4. {{ t('guide4') }} notifyUrl.

{{ createdMerchant ? t('merchantCreated') : t('createMerchant') }}

{{ t('secretWarn') }}