Paymentcontrol
Basic - Test connection to api
GET - Test connection
Payable
POST - Make a payable
GET - Get Payable
POST - Get Bulk Payable Status
GET - Get Payable link
POST - Kickoff
POST - Close payable
Balance
GET - Get Balance for customer
Run
POST - Get a run
POST - Kick off a run
GET - Get a run
Objects
Fragment - CustomerBalance
Fragment - Payable
Request - PayableCloseRequest
Request - PayableCreateRequest
Request - PayableStatusRequest
Response - BalanceGetResponse
Response - ErrorResponse
Response - PayableCloseResponse
Response - PayableCreateResponse
Response - PayableGetLinkResponse
Response - PayableGetResponse
Response - PayableKickoffResponse
Response - PayableStatusResponse
Response - ValidationErrorResponse
Get a run
Request Information
URL
POST
{{basepath}}/api/:project/run
Category
Run
Description
Makes a payable in the project
Url variables
:project
Header
token
{{token}}
Content-Type
application/json
JSON
{ "name": "2024-04", "process": "monthly" }