Skip to main content
POST
Initiate a payment for an authorized user tenant

Authorizations

Api-Key
string
header
required

Body

application/json

Payment to initiate

amount
integer
required

The amount of the payment, in cents

walletAddress
string
required

The wallet address the payment is being sent from

Pattern: ^(0x[0-9a-fA-F]{40}|[1-9A-HJ-NP-Za-km-z]{32,44})$
chainId
integer

The chain id - as a parsed base-10 number - that the payment is on

Response

Successful operation

address
string
required

The address to send the payment to

Pattern: ^(0x[0-9a-fA-F]{40}|[1-9A-HJ-NP-Za-km-z]{32,44})$