post https://bank.sandbox.cybrid.app/api/quotes
Creates a quote.
Quote creation
Quotes can be created for a Bank or a Customer.
To create quotes for your Bank, omit the customer_guid
parameter in the request body. To create quotes for your Customers, include the customer_guid
parameter in the request body.
Failure codes
Code | Description |
---|---|
invalid_amount | The amount on the invoice is unprocessable |
insufficient_balance | There are insufficient funds to process the quote |
invalid_invoice | The invoice cannot be processed |
Required scope: quotes:execute