Skip to main content
Subscribe to release notifications in your Dashboard under Settings > Notifications to get notified when new versions are published.

v0.12.1 --- September 4, 2026

Improved
  • Payment links are now served from pay.grain.inc under your partner slug.

v0.12.0 --- September 4, 2026

Added
  • Billing & Payouts settings section in the Dashboard.
Improved
  • Grain Pay overhaul — new payment-link URLs and reorganized checkout routes.

v0.11.0 --- August 31, 2026

Added
  • Adverse media and PEP screening now run as part of KYB submission.
Improved
  • The KYB save button sits beside the next button, and summary details collapse fully.
Fixed
  • Session churn that forced constant re-authentication, and the KYB 403 errors it caused.
  • A failed database write no longer sends a KYB invite email anyway.
  • A stale modified timestamp that silently blocked saving your KYB progress.
  • Only document keys matching the selected document type are submitted.

v0.10.0 – v0.10.2 --- August 26–27, 2026

Added
  • Invoices section and sidebar navigation in the Dashboard.
  • Transaction details now show the asset and network used.
  • Email alerts when a transaction settles.
  • KYB invite emails.
Improved
  • KYB authenticates through your Dashboard login rather than an invite token, and autosaves when the page loads.
  • Payment pages gained an Address Line 2 field, thousands separators in amounts, and address autocomplete limited to street addresses.
  • Consistent money formatting across the Dashboard and payment pages.
  • Unified toast notifications throughout KYB.
Fixed
  • Over-eager Dashboard re-authentication.
  • Payment notification email formatting.
  • Dropdowns no longer clear your typed value when reopened.

v0.9.0 – v0.9.2 --- August 13–20, 2026

Added
  • Submit a transaction hash to speed up payment processing.
Improved
  • Monetary amounts are handled in minor units for exact precision.
  • Payments now complete correctly even if the customer closes the page after the confirmation screen.
Changed
  • Automatic Erebor onboarding removed from the Middesk webhook; the kyb_status field is gone.

v0.8.0 – v0.8.1 --- August 11–13, 2026

Added
  • Multi-factor authentication with preferred and fallback methods.
  • Reset password and MFA code emails.
Changed
  • KYB submission can be finalized without waiting on Middesk success.

v0.7.0 – v0.7.1 --- July 28–29, 2026

Added
  • Blocked-account email template.
Improved
  • Coinbase Wallet now behaves like any other wallet at checkout.
  • Payouts are generally available — the feature flag is removed.
Fixed
  • A race between the funding webhook and payment submission that stranded auto-capture.
  • Deleting a payment from the Dashboard.
  • Restored the “This field is required” message in place of an unclear error.

v0.6.0 --- July 23, 2026

Added
  • Notes on payments.
Improved
  • Manual payments are now called invoices throughout.
  • A payment session in PENDING now displays as CREATED in the Dashboard.
Fixed
  • Recent transactions and payout summary modules.
  • Filter status names now match transaction labels.
  • Address autocomplete and the country dropdown on the create payment form.
  • Invoice bugs surfaced by the payments service refactor.
  • /payment and /payments now redirect to the base URL.
  • Auth0 signup redirect loop and stale session handling.
  • Cross-origin payment deletion.

v0.5.0 – v0.5.3 --- July 14–21, 2026

Added
  • Passkey and security key autoprompt at login.
  • dashboard_status on payments.
Fixed
  • Payout summary and Dashboard statuses now window on the correct timestamp.

v0.4.0 --- July 10, 2026

Added
  • Manual payments end to end — create and edit from the Dashboard, with a payment details panel and reusable templates.
  • White-label payment page at /pay/[token].
  • Payment link template endpoints.
  • Per-partner checkout configuration resolved by slug.
Improved
  • Shared dropdown component across the Dashboard and payment pages.
  • “Powered by Grain” mark on the payment page.
  • Create Payment form UX.

0.3.0 – 0.3.3 --- June 30 – July 8, 2026

Added
  • Invite team members to your organization.
  • Add and update your partner bank account.
  • An organization is created automatically when a partner is created.
Improved
  • Auto-capture v2.
  • Identity verification during KYB is now best-effort and no longer blocks finalizing your profile.
Fixed
  • Fee calculation now activates when a payment reaches SUCCEEDED.

0.2.0 --- June 15, 2026

Added
  • Dashboard overhaul, including a rebuilt transaction list.
  • Plaid bank connection.
  • Multi-organization support.
  • Passkey authentication screens and custom login pages.
  • KYB clickwrap consent recording.
  • Solana and Coinbase Wallet support at checkout.
  • Merchant-specific networks and tokens on the payment page.
Improved
  • Payment SDK separated into its own package and hardened over two QA rounds.
  • KYB flow — address autocomplete, phone number input, and review page.
  • PO boxes are flagged during address entry.
Security
  • Fixed merchant API key exposure in the Payment SDK.
  • Added IP and VPN detection with sanctioned-country blocking at checkout.

0.1.0 --- May 20, 2026

Added
  • KYB onboarding with Middesk and Erebor — business and person applicants, onboarding flows, and document upload.
  • Fee computation covering Grain fees, network fees, and net payout based on your take rate.
  • Payment records with currency, network and token detail, fee breakdown, and net payout.
  • Grain Pay checkout with QR code generation.
  • Dashboard login.
Fixed
  • Payment processing uses the specified amount rather than a hardcoded default.