Generate balance UUID for invoice
Creates a balance payment order by invoice UUID and returns a balance UUID
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request POST 'https://api.ffdemo.ufp.ai/open/companies//tenants//invoices//generatebalanceuuid' \
--header 'Authorization: Bearer <token>'
Responses
{
"paymentLinkUuid": "string",
"paymentId": 0
}
Modified at 2025-03-21 07:23:14