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
Parameter | Type | Description |
---|---|---|
merchant | String | required Merchant ID in UUIDv4 format |
id | String | required Invoice ID in UUIDv4 format |
Body
Parameter | Type | Description |
---|---|---|
paymentMethod | String | required Available Payment Method |
Response
Type | Description |
---|---|
Object | Invoice data |