Invoice

Creates a payment page with invoice objects. Payments made from these pages will generate posting records for the appropriate connect module.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Optional access token authorizing payments. If not present, must include in request header["Authorization"] = "Bearer:" + accessToken

string
required

Unique Id for calling Api/Payment/Create method. Use "Generate Request ID" Endpoint to get new ID before each call.

string
required

Integration Connect Type; ProLaw = 1, Enterprise = 2, 3E = 3, Aderant = 4

string

The unique value optionally provided by API caller and added to payment

string

Prepopulate the cardholder name on the resulting payment page. Can be changed by payer.

string

Prepopulate address Line 1 on the Invoice Payment page. Can be changed by payer.

string

Optional Field indicating the City for the Invoice Payment page; (100 Chars Max).

string

Prepopulate the billing state on the invoice payment page. Must be valid 2 letter code for US States and Canadian Provinces/Territories. Can be edited by payer.

string

Prepopulate the billing Zip on the payment form (Can be edited on the form by cardholder)

boolean

Optional Flag indicating whether a Windows Post response should be sent after the payment is made.

string

Optional string indicating the URL address our payment response is sent to after the payment is made.

Flag if set will hide customer's logo shown on top of the invoice payment page

int32

Optional Field indicating the duration in seconds of payment page before expiring. Defaults at 15 mins. Max duration is 1 year.

string

Upon completion of payment, any email addresses provided in this field (separate multiple with a comma) will receive a copy of the receipt email.

string

This text will appear at the bottom of the payment page above the "Submit" button.

invoices
array of objects

List of invoice objects to be generated as line items on the payment page.

invoices
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json