Invoice
Update method

Set or update payment method

Method: PATCH
Route: /merchants/:merchant/invoices/:id (opens in a new tab)

Allows you to update the payment method for an invoice with the status NEW

Available payment methods: BTC ETH TRX BCH LTC DOGE USDC_ERC20 USDT_ERC20 USDT_TRC20

Path

ParameterTypeDescription
merchantStringrequired Merchant ID in UUIDv4 format
idStringrequired Invoice ID in UUIDv4 format

Body

ParameterTypeDescription
paymentMethodStringrequired Available Payment Method

Response

TypeDescription
ObjectInvoice data
⚠️

This API endpoint is private and requires an authorization header X-Api-Key