1a Payments Request
post
/api/v1/export/payments
This API will output subcontractor invoice payment records, for disbursements, made electronically through Textura. When requesting payment data, there are no parameters to filter or select a range of payments. Export details include information regarding payee, payer, payment amounts, and usage of early payment or partial payment methods. All payments that have been processed since the last payment export are available for export and will be in the request response.
Request
Header Parameters
-
Authentification(required): string
The protocol for the API requires a valid username and password for TPM.
Supported Media Types
- application/json
- application/json
Root Schema : schema
Type:
Show Source
object
-
Empty Parameter: string
A POST request to this endpoint, does not require parameters within the payload.Example:
{}
Response
Supported Media Types
- application/json
200 Response
The job was successfully created.
Root Schema : schema
Type:
Show Source
object
-
URI: string
Endpoint for export record retrievalExample:
https://services.texturacorp.com/ebis/api/v1/export/payments/35
Examples
Default Response
Links to working URLs
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v1/export/payments
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v1/export/payments