Key Concepts
How VCNs Work
- Configure: An RCN and one or more templates are set up during the VCN onboarding process.
- Retrieve: Call
GET /api/v1/vcnto get available RCNs, templates, and suppliers for your company. - Create: Call
POST /api/v1/vcn/submitwith a template, RCN, and supplier to generate a VCN. - Use: The VCN (PAN + CVV + expiry) is used for the purchase. Charges flow back to the RCN.
- Update or Cancel: Adjust limits with
POST /api/v1/vcn/{purchaseId}/updateor void withPOST /api/v1/vcn/cancel. - Reconcile: Generate and retrieve reports via
POST/GET /api/v1/vcn/report.
Authentication and Security
The VCN API uses the same dual-layer authentication as all Clara APIs.
Token Request:
Endpoint Overview
Sandbox
A sandbox environment is available for testing:GET /api-test/v1/vcn/{path}— Sandbox read operationsPOST /api-test/v1/vcn/{path}— Sandbox write operations
