# outbound-payments Outbound Payments are API-managed payouts that let you send money from your payment account to a recipient’s bank account (e.g., customers, suppliers, or third parties). They represent a payment initiated by the creditor and tracked through statuses like verifying, pending approval, scheduled, and executed ## Create a new outbound payment - [POST /outbound-payments](https://docs.elevatebilling.com/openapi/prod/billing-rest-payment/outbound-payments/createoutboundpayment.md): Create a new outbound payment (currently only GO_CARDLESS supported) ## Get a specific outbound payment - [GET /outbound-payments/{outbound_payment_id}](https://docs.elevatebilling.com/openapi/prod/billing-rest-payment/outbound-payments/getoutboundpayment.md) ## Update the payment provider's state - [PATCH /outbound-payments/{outbound_payment_id}](https://docs.elevatebilling.com/openapi/prod/billing-rest-payment/outbound-payments/updateoutboundpayment.md)