Skip to main content
POST
Schedule payment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-finops-version
string<date>
required
authorization
string | null
x-organization-id
string<uuid>
required

The ID of the entity that owns the requested resource.

Example:

"9d2b4c8f-2087-4738-ba91-7359683c49a4"

Path Parameters

payable_id
string<uuid>
required

Body

application/json
payment_date
string<date>
required

The date on which the payment should be executed.

source_bank_account_id
string<uuid>
required

The ID of the entity bank account to pay the payable from.

Response

Successful Response

payment_intent_id
string<uuid>
required

The ID of the payment intent created for this scheduled payment.