Documentation Index
Fetch the complete documentation index at: https://dev.moonpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Events
virtual_account_status_updated
Triggered when the status of a virtual account changes.
Example payload
| Field | Type | Description |
|---|---|---|
virtualAccountId | string | Unique identifier (uuid) of the virtual account |
externalCustomerId | string | External identifier of the customer |
status | string | Current status of the virtual account (pending, completed, failed) |
timestamp | integer | Unix timestamp (milliseconds) when the event was triggered |
virtual_account_transaction_status_updated
Triggered when the status of a transaction within a virtual account changes.
Example payload
| Field | Type | Description |
|---|---|---|
virtualAccountId | string | Unique identifier (uuid) of the virtual account |
externalCustomerId | string | External identifier provided for the customer |
transactionId | string | Unique identifier (uuid) of the transaction |
status | string | Current status of the transaction (Pending, Completed, Failed) |
timestamp | integer | Unix timestamp (milliseconds) when the event was triggered |