Skip to main content

Documentation Index

Fetch the complete documentation index at: https://pay-docs.holdstation.com/llms.txt

Use this file to discover all available pages before exploring further.

Partner Merchant Virtual Account (MID) lets partners issue and manage virtual accounts under their assigned HPay merchant. Each virtual account is a bank account number that customers can transfer to; Holdstation Pay credits the funds to the partner and forwards a payment callback. A partner can:
  • Create a virtual account with a display name, remark, and expiration time.
  • List all virtual accounts owned by the partner.
  • Get a single virtual account by its account number.
  • Inquire live transaction history for a virtual account.
  • Revoke a virtual account (mark it expired).
  • Receive a callback every time a customer transfers in.
See Virtual Account for the full request/response shapes, and Get MID Balance for balance queries.
Contact Holdstation to enable this feature and receive your MID.

Authentication

All MID endpoints use Ed25519 request signing. See Request Signing for how to sign requests and upload your verify key.

Virtual Account Lifecycle

StatusValueDescription
Active1VA accepts incoming transfers
Expired2VA past its TTL or revoked
Revoked4VA explicitly revoked (returned by the revoke endpoint as va_status)