Create Invoice
Creating an invoice for payments
var parameters = {
"expirationTimeInMinuts": 0,
"memo": "string",
"paymentOptions": [
{
"transactions": [
{
"native": {
"amount": 0,
"to": "string"
},
"stas": {
"tokenAmount": 0,
"tokenRecipient": "string",
"tokenId": "string"
}
}
]
}
],
"modeId": "ef63d9775da5",
"beneficiary": {
"name": "string",
"email": "string",
"address": "string",
"paymentReference": "string"
}
}
const response = await relysia.transaction.v1.invoice(parameters);DPP
Create an Invoice
Request Body
Name
Type
Description
BIP270
Create an Invoice
Request Body
Name
Type
Description
Last updated