latestOpenAPI 3.0.02026-08-10233809957.8 KB
5cdfae3fa1fa
Bill Payment Requests
Create a Bill Payment Request
Supported for:
sageIntacct
post/v2/accounting/bills/paymentRequests
Request body
Example request
{
"connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
"data": {
"vendorRef": {
"id": "130"
},
"paymentNumber": "456",
"paymentCode": "1234",
"paymentDate": "2021-03-29",
"bankAccountRef": {
"id": "200"
},
"currency": "USD",
"paymentMethodRef": {
"id": "1",
"name": "Harmonized sales tax",
"type": "creditCard"
}
}
}Response
Example response
{
"connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
"businessName": "Railz",
"serviceName": "xero",
"pushCommunicationId": "60473b57f0cdd1683ca71f60",
"requestedOn": "2021-03-09T08:15:22.035Z",
"status": "pending",
"data": {
"vendorRef": {
"id": "130"
},
"paymentNumber": "456",
"paymentCode": "1234",
"paymentDate": "2021-03-29",
"bankAccountRef": {
"id": "200"
},
"currency": "USD",
"paymentMethodRef": {
"id": "1",
"name": "Harmonized sales tax",
"type": "creditCard"
}
}
}