Adding additional data

Mandates that are registered with BankTech may have additional custom data stored to be used in business logic in BankTech's automation or for your own reporting purposes from BankTech. Mandates are identified by their 'mandateidentification' which is simply the unique reference used with BankTech. Mandate additional data can be managed in 2 ways:

POST: /mandates/additional-data

This will add additional data to mandates.

  • Rate limit: 1 per second

  • Payload size: 1,000 mandates

PUT: ​/mandates​/additional-data

This will replace additional data for mandates.

  • Rate limit: 1 per second

  • Payload size: 1,000 mandates

Some examples of additional data may include:

  • An associated internal reference

  • The debtor's estimated pay date

  • The debtor's geographical location

  • The product campaign name

  • The creditor's internal product code

The structure and format of additional data are defined by you in the POST and PUT requests.

Last updated

Was this helpful?