Skip to main content
POST
Create invoice

Authorizations

Authorization
string
header
required

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

Body

application/json
amount
number
required

The amount of the invoice

Example:

100

token_address
string
required

The token address for the invoice

Example:

"0x203fC64C12a51C48755Cf77CB63c2F0618657cFD"

network
string
required

The network of the transaction

Example:

"ARB_SEPOLIA"

Response

Resource model

success
boolean
required

Indicates if the request was successful

Example:

true

data
object
required

The data returned by the API