Changelog

August 21, 2024

Invoices

The following optional parameters are now supported in the Create Invoice API call:

  • successRedirectUrl: Specifies the URL to which your customer will be redirected after a successful invoice completion

  • unsuccessRedirectUrl: Specifies the URL to redirect your customer if the invoice expires, is canceled, or is rejected

Additionally, invoices now come with hosted web pages provided by Txn. You can either embed these hosted pages within your UI or redirect your customers to them. The API response for each invoice now includes the hostedPageUrl attribute, which contains the URL of the hosted page.

Payouts

The following optional parameter is now supported in the Create Payout API call:

  • absorbFees: If true, both service and network fees are deducted from the transaction amount. If false, both fees are deducted from your account balance.

July 23, 2024

The Validate Address endpoint made available for Txn Public API users. This new feature enhances the security and reliability of your crypto payout transactions by providing address validation capabilities.

Key Features:

  • Address Format Validation: Ensures that the provided address adheres to the correct format

  • Address Risk Profile Assessment: Evaluates the risk associated with the address, helping to mitigate fraudulent transactions

Usage Recommendation: We strongly recommend that Txn merchants utilize this endpoint to validate destination wallet addresses before initiating crypto payouts via the Create Payout endpoint. By doing so, you can prevent potential issues arising from invalid address formats or high-risk addresses.

July 12, 2024

The Invoices and Payouts related public API endpoints made available to Txn clients:

Invoices

Payouts

July 2, 2024

The Accounts and Exchange related public API endpoints made available to Txn clients:

Accounts

Exchange

Last updated