Create Ocean Invoice Payment

summary

Args:
oceaninvoice_uuids (list[str]): List of Ocean Invoice UUIDs to associate with the payment
payment (OceanInvoicePaymentCreate): _description

db (Session, optional): description. Defaults to Depends(getdb).
user (_type
, optional): description. Defaults to Depends(getcurrent_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!