Create invoice connection
POST/invoices/:code/connections
Creates a directed connection from the path invoice (source) to the target invoice code in the body.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 429
- 500
Created connection
Validation error
Unauthorized
Forbidden - no access to this invoice
Invoice not found
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error