For the complete documentation index, see llms.txt. This page is also available as Markdown.

Acquiring API

Use these endpoints to assign reusable deposit addresses, create checkout orders with per-order addresses, query transactions, submit crypto withdrawals, and verify MusePay deposit addresses.

For help choosing between Wallet Mode and Checkout Mode and implementing the complete payment flow, see the Acquiring API integration guide.

APIs

API
Endpoint
Description

/v1/order/deposit_address

Retrieve a fixed deposit address for an end user and crypto asset.

/v1/order/pay

Create a payment order and retrieve its receiving address and checkout URL.

/v1/order/query

Retrieve a transaction and its latest status.

/v1/order/withdraw

Submit a crypto withdrawal transaction.

/v1/order/verifyDepositAddress

Check whether an address belongs to the MusePay platform.

Last updated