Skip to main content
PUT
Execute Payments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-idempotency-key
string
required
Required string length: 1 - 255

Body

application/json
from
string
required

Identifier of a Rise team (a workspace below a company). 15-character nanoid prefixed with te-.

Required string length: 15
Pattern: ^te-.*
to
object[]
required
pay_now
boolean
required
signer
string
required

EVM address (0x + 40 hex chars) or null/empty for unknown.

Pattern: ^0x[a-fA-F0-9]{40}$
typed_data
object
required
signature
string
required

ECDSA signature over an EVM message (0x + 130 hex chars covering r, s, v).

Pattern: ^0x(?!0{130}$)[a-fA-F0-9]{130}$
payment_data
object
required
network
enum<string>
default:arbitrum
Available options:
arbitrum

Response

Default Response

success
boolean
required
data
object
required