Skip to main content
POST
Create an instant payment

Authorizations

Authorization
string
header
required

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

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
payment_data
object
required
external_recipient_email
string
required
currency_symbol
enum<string>
default:USD
Available options:
USD
network
enum<string>
default:arbitrum
Available options:
arbitrum

Response

Default Response

success
enum<boolean>
required
Available options:
true
data
object
required