Create Ocean Invoice Payment

summary

Args: ocean_invoice_uuids (list[str]): List of Ocean Invoice UUIDs to associate with the payment payment (OceanInvoicePaymentCreate): description db (Session, optional): description. Defaults to Depends(get_db). user (type, optional): description. Defaults to Depends(get_current_user). organization_uuid (Optional[str], optional): description. Defaults to Body(None, embed=True).

Returns: OceanInvoicePaymentOut: An OceanInvoicePaymentOut that returns ocean_invioce_uuid, amount_paid per ocean invoice uuid

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!