Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/v1/billing/intent
/v1/customer/bill
{ "lookupIDs": ["string"], "currency": "string", "description": "string" }
lookupIDs
currency
description
[ { "statusCode": 200, "success": true, "message": "Billing intent sent successfully", "lookupID": "string", "entityId": "string" } ]
lookupID
entityId
{ "paymentIDs": ["string"], "amount": 1500, "currency": "string", "description": "string" }
paymentIDs
amount
[ { "statusCode": 201, "success": true, "message": "Customer billed successfully", "reference": "string", "phrase": "string", "entityId": "string" } ]
reference
phrase
{ "statusCode": 400, "success": false, "message": "Invalid request parameters" }
{ "statusCode": 403, "success": false, "message": "Customer has not approved billing" }