Use Tipalti's APIs
Tipalti uses a phased approach for development, testing and deployment. The Tipalti sandbox environment is for development and testing phases, and the production environment is for deployment.
Using the current version (V14) of the APIs ensures that you see all elements for each function in the URLs provided below. For further information, such as element descriptions, limitations and whether the element is mandatory in requests, refer to Payee API and Payer API.
Payee API
- Sandbox:
- https://api.sandbox.tipalti.com/%versionumber%/PayeeFunctions.asmx
- https://api.sandbox.tipalti.com/%versionumber%/payeefunctions.asmx?wsdl
- Production:
- https://api.tipalti.com/%versionumber%/PayeeFunctions.asmx
- https://api.tipalti.com/%versionumber%/payeefunctions.asmx?wsdl
Payer API
- Sandbox:
- https://api.sandbox.tipalti.com/%versionumber%/PayerFunctions.asmx
- https://api.sandbox.tipalti.com/%versionumber%/payerfunctions.asmx?wsdl
- Production:
- https://api.tipalti.com/%versionumber%/PayerFunctions.asmx
- https://api.tipalti.com/%versionumber%/payerfunctions.asmx?wsdl
Replace "%versionumber%" with the appropriate version. If using v1, do not use the "/%versionnumber%" in the URL (e.g., the payee API sandbox URL for v1 is https://api.sandbox.tipalti.com/PayeeFunctions.asmx).