Skip to main content
This guide walks through sending a payment to a worker outside of the regular payroll cycle—a bonus, reimbursement, or invoice payment.

Prerequisites

Create a payment

To send funds, create a payment specifying the worker, amount, and currency:
Response
When you omit the date field, Plane schedules the payment for the soonest available date. You can also specify a future date to schedule the payment in advance.

Payment options

You can customize several aspects of the payment:

Check payment status

After creating a payment, retrieve it to see its current status:

Track payment lifecycle with webhooks

Set up webhooks to get notified as the payment progresses:
  • payment.created—the payment was created and is pending
  • payment.updated—the payment status changed (e.g., processing, completed)
This is more efficient than polling the API, especially when you are sending multiple payments.

Cancel a payment

If a payment has not been processed yet, you can cancel it:
cURL
You can only cancel a payment before it has been processed. Once funds are in transit, the payment cannot be cancelled.

Next steps

Payment requests

Let workers submit payment requests for approval.

Payments API

Full reference for the payments resource.