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 USDT_ERC20 USDT_TRC20

Currently, no authorization is required.

Path

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

Body

ParameterTypeDescription
paymentMethodStringrequired Available Payment Method

Response

TypeDescription
ObjectInvoice data