Skip to main content
PUT
Create a single payment

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-.*
amount_cents
integer
required
Required range: 100 <= x <= 10000000000
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}$
external_recipient_email
string
required
currency_symbol
enum<string>
default:USD
Available options:
USD
network
enum<string>
default:arbitrum
Available options:
arbitrum

Response

200 - application/json

Default Response

success
boolean
required
data
object
required