API Basics
Pay In Endpoints
- MoneyIn
- Subscription
- TokenStorage
- Invoice
- LineItem
- PaymentLink
- PaymentMethodDomain
- HostedPaymentPages
- Cloud
- Wallet: Apple Pay
Pay Out Endpoints
- MoneyOut
- Bill
Pay Ops Endpoints
- Templates
- Boarding
- Chargebacks and ACH Returns
- Entities
- Notification
- Query
- Statistic
- Export
- Import
Object Models
- Object Model References
Get List of Boarding Templates for Org
Retrieves a list of boarding templates for an organization. Use filters to limit results. You can’t make a request that includes filters from the API console in the documentation. The response will not be filtered. Instead, copy the request, remove parameters=
and run the request in a different client.
curl --request GET \
--url https://api-sandbox.payabli.com/api/Query/templates/{orgId} \
--header 'requestToken: <api-key>'
{
"summary": {
"totalRecords": 2,
"totalAmount": 77.22,
"totalNetAmount": 77.22,
"totalPages": 2,
"pageSize": 20,
"pageIdentifier": "null"
},
"records": [
{
"idTemplate": 123,
"orgParentName": "PropertyManager Pro",
"templateTitle": "<string>",
"templateDescription": "<string>",
"templateCode": "<string>",
"isRoot": false,
"addPrice": true,
"usedBy": 123,
"templateContent": {
"salesData": {
"salesCode": "<string>",
"salesCRM": "<string>"
},
"businessData": {
"visible": true,
"dbaname": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"legalname": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"website": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ein": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"taxfillname": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"license": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"licstate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"startdate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"phonenumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"faxnumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"baddress": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"baddress1": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"bcity": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"btype": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"bstate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"bzip": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"bcountry": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"maddress": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"maddress1": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"mcity": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"mstate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"mzip": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"mcountry": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
},
"processingData": {
"visible": true,
"subHeader": "<string>",
"subFooter": "<string>",
"mcc": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"bsummary": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"whenCharged": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"whenProvided": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"whenDelivered": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"whenRefunded": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"binperson": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"binphone": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"binweb": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"avgmonthly": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ticketamt": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"highticketamt": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
},
"servicesData": {
"visible": true,
"subHeader": "<string>",
"subFooter": "<string>",
"card": {
"visible": true,
"pricingPlan": 123,
"provider": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"gateway": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"processor": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"tierName": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"pdfTemplateId": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardFlat_percentxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardFlat_amountxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardFlat_lowPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardFlat_highPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_percentxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_amountxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_percentRecurring": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_amountRecurring": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_lowPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_highPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardICP_percentxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardICP_amountxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardICP_lowPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardICP_highPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"pricingType": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"discountFrequency": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"fundingRollup": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"batchCutoffTime": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"passThroughCost": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardAcceptance": {
"visible": true,
"readOnly": false,
"posRow": 1,
"posCol": 1,
"value": "<string>",
"types": {
"visa": {
"visible": true,
"readOnly": false,
"required": true
},
"masterCard": {
"visible": true,
"readOnly": false,
"required": true
},
"discover": {
"visible": true,
"readOnly": false,
"required": true
},
"amex": {
"visible": true,
"readOnly": false,
"required": true
}
}
},
"cardICP": {
"visible": true,
"tiers": [
{
"visa": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"masterCard": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"discover": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"amex": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
}
}
]
},
"cardFlat": {
"visible": true,
"tiers": [
{
"visa": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"masterCard": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"discover": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"amex": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
}
}
]
},
"cardPassThrough": {
"visible": true,
"tiers": [
{
"visa": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"masterCard": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"discover": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"amex": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
}
}
],
"multiTier": true
},
"cardFees": {
"visible": true,
"transactionCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"chargebackCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achBatchCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"avsCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"montlyPlatformCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"annualCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"minimumProcessingCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ddaRejectsCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"retrievalCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"monthlyPCICardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"earlyTerminationCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
}
},
"ach": {
"visible": true,
"pricingPlan": 123,
"provider": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"gateway": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"processor": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"tierName": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"pdfTemplateId": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achAbsorb_lowPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achAbsorb_highPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achPass_lowPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achPass_highPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"pricingType": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"discountFrequency": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"batchCutoffTime": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"fundingRollup": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achAcceptance": {
"visible": true,
"readOnly": false,
"posRow": 1,
"posCol": 1,
"value": "<string>",
"types": {
"web": {
"visible": true,
"readOnly": false,
"required": true
},
"ppd": {
"visible": true,
"readOnly": false,
"required": true
},
"ccd": {
"visible": true,
"readOnly": false,
"required": true
}
}
},
"achAbsorb": {
"visible": true,
"tiers": [
{
"web": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"ppd": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"ccd": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
}
}
],
"multiTier": true
},
"achPassThrough": {
"visible": true,
"tiers": [
{
"web": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"ppd": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"ccd": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
}
}
],
"multiTier": true
},
"achFees": {
"visible": true,
"returnedAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"chargebackAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"monthlyAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"annualAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"verifyBankAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"verifyNegativeAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"verifyFundAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"sundayOriginationAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"sameDayAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"advancedSettlementAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"quarterlyPCIAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"earlyTerminationAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
}
}
},
"ownershipData": {
"visible": true,
"subHeader": "<string>",
"subFooter": "<string>",
"ownername": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownertitle": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerpercent": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerssn": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerdob": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerphone1": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerphone2": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"owneremail": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerdriver": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"odriverstate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"oaddress": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ostate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ocountry": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ocity": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ozip": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"multipleOwners": true,
"contactName": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"contactEmail": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"contactTitle": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"contactPhone": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"multipleContacts": true
},
"documentsData": {
"visible": true,
"subHeader": "<string>",
"subFooter": "<string>",
"uploadDocuments": true,
"minimumDocuments": 123,
"depositBank": {
"visible": true,
"bankName": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"routingNumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"accountNumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"accountType": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
},
"withdrawalBank": {
"visible": true,
"bankName": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"routingNumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"accountNumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"accountType": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
},
"termsAndConditions": {
"visible": true,
"tcLinks": [
{
"label": "<string>",
"value": "<string>"
}
]
}
},
"underwritingData": {
"method": "automatic",
"policyId": "J-itEyD6A7y5S5yYFjxOrb"
}
},
"boardingLinks": [
{
"id": 91,
"referenceTemplateId": 1830,
"referenceName": "payabli-00710",
"acceptRegister": false,
"acceptOauth": false,
"entryAttributes": "<string>",
"orgParentName": "PropertyManager Pro",
"templateName": "SMB",
"templateCode": "<string>",
"lastUpdated": "2022-07-01 15:00:01"
}
],
"createdAt": "2022-07-01 15:00:01",
"recipientEmailNotification": true,
"resumable": false
}
]
}
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Path Parameters
The numeric identifier for organization, assigned by Payabli.
123
Query Parameters
Collection of field names, conditions, and values used to filter the query.
You must remove parameters=
from the request before you send it, otherwise Payabli will ignore the filters. For example, --url '<https://api-sandbox.payabli.com/api/Query/transactions/org/236?parameters=totalAmount(gt)=1000&limitRecord=20'
should become --url '<https://api-sandbox.payabli.com/api/Query/transactions/org/236?totalAmount(gt)=1000&limitRecord=20'
See See Filters and Conditions Reference for help.
List of field names accepted:
- createdAt (gt, ge, lt, le, eq, ne)
- title (ct, nct)
- description (ct, nct)
- code (ct, nct)
- orgParentname (ct, nct)
List of comparison accepted - enclosed between parentheses:
- eq or empty => equal
- gt => greater than
- ge => greater or equal
- lt => less than
- le => less or equal
- ne => not equal
- ct => contains
- nct => not contains
- in => inside array
- nin => not inside array
List of parameters accepted:
- limitRecord : max number of records for query (default="20", "0" or negative value for all)
- fromRecord : initial record in query
Example: title(ct)=hoa return all records with title containing "hoa"
Max number of records to return for the query. Use 0
or negative value to return all records.
0
The number of records to skip before starting to collect the result set.
251
The field name to use for sorting results. Use desc(field_name)
to sort descending by field_name
, and use asc(field_name)
to sort ascending by field_name
.
"desc(field_name)"
Response
Success
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api-sandbox.payabli.com/api/Query/templates/{orgId} \
--header 'requestToken: <api-key>'
{
"summary": {
"totalRecords": 2,
"totalAmount": 77.22,
"totalNetAmount": 77.22,
"totalPages": 2,
"pageSize": 20,
"pageIdentifier": "null"
},
"records": [
{
"idTemplate": 123,
"orgParentName": "PropertyManager Pro",
"templateTitle": "<string>",
"templateDescription": "<string>",
"templateCode": "<string>",
"isRoot": false,
"addPrice": true,
"usedBy": 123,
"templateContent": {
"salesData": {
"salesCode": "<string>",
"salesCRM": "<string>"
},
"businessData": {
"visible": true,
"dbaname": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"legalname": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"website": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ein": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"taxfillname": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"license": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"licstate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"startdate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"phonenumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"faxnumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"baddress": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"baddress1": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"bcity": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"btype": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"bstate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"bzip": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"bcountry": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"maddress": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"maddress1": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"mcity": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"mstate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"mzip": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"mcountry": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
},
"processingData": {
"visible": true,
"subHeader": "<string>",
"subFooter": "<string>",
"mcc": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"bsummary": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"whenCharged": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"whenProvided": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"whenDelivered": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"whenRefunded": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"binperson": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"binphone": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"binweb": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"avgmonthly": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ticketamt": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"highticketamt": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
},
"servicesData": {
"visible": true,
"subHeader": "<string>",
"subFooter": "<string>",
"card": {
"visible": true,
"pricingPlan": 123,
"provider": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"gateway": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"processor": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"tierName": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"pdfTemplateId": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardFlat_percentxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardFlat_amountxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardFlat_lowPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardFlat_highPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_percentxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_amountxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_percentRecurring": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_amountRecurring": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_lowPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardPassThrough_highPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardICP_percentxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardICP_amountxAuth": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardICP_lowPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardICP_highPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"pricingType": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"discountFrequency": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"fundingRollup": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"batchCutoffTime": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"passThroughCost": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"cardAcceptance": {
"visible": true,
"readOnly": false,
"posRow": 1,
"posCol": 1,
"value": "<string>",
"types": {
"visa": {
"visible": true,
"readOnly": false,
"required": true
},
"masterCard": {
"visible": true,
"readOnly": false,
"required": true
},
"discover": {
"visible": true,
"readOnly": false,
"required": true
},
"amex": {
"visible": true,
"readOnly": false,
"required": true
}
}
},
"cardICP": {
"visible": true,
"tiers": [
{
"visa": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"masterCard": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"discover": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"amex": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
}
}
]
},
"cardFlat": {
"visible": true,
"tiers": [
{
"visa": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"masterCard": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"discover": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"amex": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
}
}
]
},
"cardPassThrough": {
"visible": true,
"tiers": [
{
"visa": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"masterCard": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"discover": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"amex": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
}
}
],
"multiTier": true
},
"cardFees": {
"visible": true,
"transactionCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"chargebackCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achBatchCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"avsCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"montlyPlatformCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"annualCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"minimumProcessingCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ddaRejectsCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"retrievalCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"monthlyPCICardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"earlyTerminationCardFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
}
},
"ach": {
"visible": true,
"pricingPlan": 123,
"provider": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"gateway": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"processor": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"tierName": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"pdfTemplateId": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achAbsorb_lowPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achAbsorb_highPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achPass_lowPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achPass_highPayRange": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"pricingType": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"discountFrequency": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"batchCutoffTime": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"fundingRollup": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"achAcceptance": {
"visible": true,
"readOnly": false,
"posRow": 1,
"posCol": 1,
"value": "<string>",
"types": {
"web": {
"visible": true,
"readOnly": false,
"required": true
},
"ppd": {
"visible": true,
"readOnly": false,
"required": true
},
"ccd": {
"visible": true,
"readOnly": false,
"required": true
}
}
},
"achAbsorb": {
"visible": true,
"tiers": [
{
"web": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"ppd": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"ccd": {
"percentxAuth": 123,
"amountxAuth": 123,
"lowPayRange": 123,
"highPayRange": 123
}
}
],
"multiTier": true
},
"achPassThrough": {
"visible": true,
"tiers": [
{
"web": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"ppd": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
},
"ccd": {
"amountFeeone-time": 123,
"percentFeeone-time": 123,
"amountFeeRecurring": 123,
"percentFeeRecurring": 123,
"lowPayRange": 123,
"highPayRange": 123
}
}
],
"multiTier": true
},
"achFees": {
"visible": true,
"returnedAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"chargebackAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"monthlyAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"annualAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"verifyBankAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"verifyNegativeAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"verifyFundAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"sundayOriginationAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"sameDayAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"advancedSettlementAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"quarterlyPCIAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"earlyTerminationAchFee": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
}
}
},
"ownershipData": {
"visible": true,
"subHeader": "<string>",
"subFooter": "<string>",
"ownername": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownertitle": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerpercent": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerssn": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerdob": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerphone1": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerphone2": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"owneremail": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ownerdriver": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"odriverstate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"oaddress": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ostate": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ocountry": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ocity": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"ozip": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"multipleOwners": true,
"contactName": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"contactEmail": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"contactTitle": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"contactPhone": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"multipleContacts": true
},
"documentsData": {
"visible": true,
"subHeader": "<string>",
"subFooter": "<string>",
"uploadDocuments": true,
"minimumDocuments": 123,
"depositBank": {
"visible": true,
"bankName": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"routingNumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"accountNumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"accountType": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
},
"withdrawalBank": {
"visible": true,
"bankName": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"routingNumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"accountNumber": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
},
"accountType": {
"posRow": 1,
"posCol": 1,
"value": "<string>",
"visible": true,
"readOnly": false
}
},
"termsAndConditions": {
"visible": true,
"tcLinks": [
{
"label": "<string>",
"value": "<string>"
}
]
}
},
"underwritingData": {
"method": "automatic",
"policyId": "J-itEyD6A7y5S5yYFjxOrb"
}
},
"boardingLinks": [
{
"id": 91,
"referenceTemplateId": 1830,
"referenceName": "payabli-00710",
"acceptRegister": false,
"acceptOauth": false,
"entryAttributes": "<string>",
"orgParentName": "PropertyManager Pro",
"templateName": "SMB",
"templateCode": "<string>",
"lastUpdated": "2022-07-01 15:00:01"
}
],
"createdAt": "2022-07-01 15:00:01",
"recipientEmailNotification": true,
"resumable": false
}
]
}