v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBpayments
Create a payment
Create a payment.
See Get list of vendor payment options to get details about vendor payment options and payment process dates.
Note: Creating a payment requires an MFA-trusted API session. See MFA setup for information about the BILL MFA process.
See Payments in the Guides section for more information, sample requests, and responses.
post/v3/payments
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Request body
Example request
{
"vendorId": "{{vendor_id}}",
"billId": "{{bill_id}}",
"processDate": "2026-12-31",
"fundingAccount": {
"type": "BANK_ACCOUNT",
"id": "{{org_bank_account_id}}"
},
"amount": 228.99,
"processingOptions": {
"requestPayFaster": false,
"createBill": false
}
}Response
Create a payment response