API Reference
Payment Vault Order
Manage payment vault orders for processing crypto payments. Create payment orders that allow customers to pay in cryptocurrency. Each order generates a unique payment link and assigns a wallet for receiving payments. Orders can be created with a specific asset or the asset can be selected later. Track order status, view order details, and cancel pending orders. Payment orders support fiat amount conversion and automatic wallet assignment.
Endpoints
POSTCreate Payment Vault OrderCreates a new payment vault order for processing crypto payments. The order will be created with PENDING status and a payment link will be generated.POSTSelect Payment Vault Order AssetSelects or changes the cryptocurrency asset for an existing payment order. This assigns a new wallet and recalculates the amount in the selected asset.GETGet Payment Vault OrdersRetrieves all payment vault orders for the current vault with pagination and filtering support.GETGet Payment Vault OrderRetrieves a single payment vault order by its ID.POSTCancel Payment Vault OrderCancels a pending payment vault order. Orders with existing transactions cannot be cancelled.
Was this page helpful?