Skip to main content
PUT
Prepare batch payment (V1 Legacy)

Body

application/json
wallet
string
required

Wallet address of the payer.

rise_id
required

RiseID, address, or team nanoid of the paying team.

total_amount
required

Sum of all payment amounts, in micro-USD (1,000,000 = $1.00); must match the payments array.

payments
object[]
required

Response

Default Response

data
object
required
duplicates
object

Non-blocking warning returned by the sign step when payments matching an existing payee/amount within the lookback window are found. Informational only — it does not block signing or execution. The hard duplicate rejection (HTTP 409) happens at execute time, keyed on salt and external_id, not here.